.commom-avatar {
  width: 0.32rem;
  height: 0.32rem;
}
.commom-avatar img {
  width: 100%;
  border-radius: 50%;
}
.com-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.com-drawer-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.com-drawer-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: height 0.25s ease-in-out;
  border-radius: 0.08rem 0.08rem 0 0;
}
.com-drawer-content.small {
  height: 3.22rem;
}
.com-drawer-content.medium {
  height: 67%;
}
.com-drawer-content.large {
  height: calc(100vh - 0.44rem);
}
.com-drawer-content .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.54rem;
  line-height: 0.54rem;
  padding: 0 0.16rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0;
}
.com-drawer-content .title-icon {
  display: block;
  flex: none;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/1622795193010.svg) no-repeat;
  background-size: 100%;
}
.com-drawer-content .content {
  position: relative;
  height: calc(100% - 0.54rem);
  overflow-y: auto;
}
.coupon-dialog-wrap {
  z-index: 2;
  position: relative;
}
.coupon-dialog-wrap .coupon-dialog {
  position: fixed;
  z-index: 2;
  margin: auto;
  left: 0;
  right: 0;
  top: 10%;
  text-align: center;
}
.coupon-dialog-wrap .coupon-dialog .bg {
  width: 3.75rem;
  height: 4.15rem;
  left: 0;
  right: 0;
  margin: auto;
}
.coupon-dialog-wrap .coupon-dialog .btn {
  position: absolute;
  bottom: 0.2rem;
  width: 2.18rem;
  left: 0;
  right: 0;
  margin: auto;
}
.coupon-dialog-wrap .coupon-dialog .price {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 1.66rem;
  text-align: center;
  font-size: 0.48rem;
  color: #f92f10;
  font-weight: 500;
  width: 3rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.coupon-dialog-wrap .coupon-dialog .price small {
  font-size: 0.24rem;
  font-weight: bolder;
  vertical-align: middle;
}
.coupon-dialog-wrap .coupon-dialog.is-disabled .price {
  opacity: 0.2;
}
.g-invalid-user {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  text-align: center;
}
.g-invalid-user .wx-icon {
  width: 1.24rem;
  height: 1.24rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0.7rem auto 0.2rem;
}
.drawer_box {
  position: fixed;
  left: 0;
  transition: transform 0.2s;
  z-index: 10;
  background-color: white;
  width: 100%;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  bottom: 0;
  transition: 0.5s;
  transform: translateY(120%);
  max-width: 480PX;
}
.drawer_box.show {
  transform: translateY(0);
}
.drawer_box .title {
  position: fixed;
  line-height: 0.5rem;
  height: 0.5rem;
  border-bottom: 0.01rem solid rgba(204,204,204,0.18039);
  width: 100%;
  color: #333;
  font-size: 0.16rem;
  text-align: center;
  background-color: white;
  overflow: hidden;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.drawer_box .title span {
  line-height: 0.5rem;
  font-size: 0.16rem;
  margin: 0 auto;
}
.drawer_box .title .closeBtn {
  position: absolute;
  width: 0.2rem !important;
  height: 0.2rem;
  top: 0.15rem;
  right: 0.2rem;
}
.drawer_box .drawer_text_box {
  margin-top: 0.5rem;
  overflow-y: auto;
  padding: 0.2rem;
  color: #000;
}
.drawer_box .drawer_text_box * {
  text-align: left;
  word-break: break-word;
  width: 100%;
}
.drawer_wrapper {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
}
.goods_bottom_protocol {
  font-size: 0.12rem;
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 0.29rem;
  left: 0;
  align-items: center;
  background: #FFFFFF;
  text-align: center;
  position: absolute;
  margin-bottom: constant(safe-area-inset-bottom);
  margin-bottom: env(safe-area-inset-bottom);
  height: 0.4rem;
}
.goods_bottom_protocol.relative {
  position: relative;
  border-radius: 0.04rem;
}
.goods_bottom_protocol.gdt .img_box {
  display: none;
}
.goods_bottom_protocol .agreement {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods_bottom_protocol .agreement.animation {
  animation: shake-horizontal 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.goods_bottom_protocol .agreement .img_box {
  position: relative;
  display: flex;
  align-items: center;
}
.goods_bottom_protocol .agreement .img_box img {
  width: 0.15rem;
  height: 0.15rem;
}
.goods_bottom_protocol .agreement .protocol_text_box {
  height: 100%;
  padding-left: 0.05rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.14rem;
}
.goods_bottom_protocol .agreement .protocol_text_box .goods_bottom_protocol_Kwai {
  height: 100%;
  line-height: 0.4rem;
}
.goods_bottom_protocol .agreement .protocol_text_box .goods_bottom_protocol_Kwai * {
  height: 100%;
}
.goods_bottom_protocol .agreement .protocol_text_box .protocol-text {
  color: #FF6229;
}
.goods_bottom_protocol .agreement .protocol_text_box .text-wrapper {
  display: inline-block;
  height: 100%;
}
@keyframes shake-horizontal {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    transform: translateX(-0.06rem);
  }
  20%,
  40%,
  60% {
    transform: translateX(0.06rem);
  }
  80% {
    transform: translateX(0.04rem);
  }
  90% {
    transform: translateX(-0.04rem);
  }
}
.goods-bottom-cpn {
  position: fixed;
  max-width: 480PX;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 0.58rem;
  background: #fff;
  transition: 0.5s;
  transform: translateY(0);
  z-index: 2;
}
.goods-bottom-cpn.heigher {
  height: 0.9rem;
}
.goods-bottom-cpn.hide {
  transform: translateY(100%);
}
.goods-bottom-cpn .popup-info {
  font-size: 0.12rem;
  color: #84868a;
  line-height: 0.18rem;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0.58rem;
  width: 100%;
  height: 0.32rem;
  left: 0;
  align-items: center;
  background: #fdf6e9;
  color: #ff730a;
  font-weight: 500;
  letter-spacing: 0.01rem;
}
.goods-bottom-cpn .popup-info p {
  font-size: 0.12rem;
  line-height: 0.12rem;
}
.goods-bottom-cpn .popup-info span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.25rem;
  border-radius: 0.02rem;
  text-align: center;
  margin: 0 0.04rem;
  line-height: 0.14rem;
  color: #fff;
  height: 0.16rem;
  background: #ff730a;
  position: relative;
}
.goods-bottom-cpn .popup-info span .num {
  background: transparent;
  line-height: 0.12rem;
}
.goods-bottom-cpn .popup-info span .num::before {
  display: none;
}
.goods-bottom-cpn.draft-status {
  background: #cfcfcf;
  font-size: 0.16rem;
  font-weight: 500;
  color: #535353;
  line-height: 0.58rem;
  text-align: center;
}
.goods-bottom-cpn .bottom-right-block {
  width: 100%;
  flex: 1;
}
.goods-bottom-cpn .confirmation-bottom {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.16rem;
}
.goods-bottom-cpn .confirmation-bottom p {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.22rem;
}
.goods-bottom-cpn .confirmation-bottom p .price {
  font-weight: 600;
  color: #ff6229;
  line-height: 0.24rem;
  display: inline-block;
  font-size: 0.14rem;
  margin-left: 0.1rem;
}
.goods-bottom-cpn .confirmation-bottom p .price span {
  font-size: 0.2rem;
  margin-left: 0.02rem;
}
.goods-bottom-cpn .confirmation-bottom button {
  width: 1.16rem;
  line-height: 0.4rem;
  background: #ff6229;
  border-radius: 0.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.16rem;
}
.goods-bottom-cpn .confirmation-bottom button:active {
  background: #d94b18;
}
@keyframes shrinking {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes flash {
  0% {
    left: 0;
  }
  25% {
    left: 1rem;
  }
  50% {
    left: 2rem;
  }
  75% {
    left: 3rem;
  }
  to {
    left: 3.5rem;
  }
}
.goods-bottom-cpn .dynamic-version-wrap {
  display: flex;
  position: relative;
  color: #fff;
  z-index: 1;
  font-size: 0.24rem;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 0.22rem;
  background-position: 0%;
}
.goods-bottom-cpn .dynamic-version-wrap.narrow {
  font-size: 0.2rem;
}
.goods-bottom-cpn .price-info-block,
.goods-bottom-cpn .dynamic-version {
  padding: 0.08rem 0.1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0.58rem;
  align-items: center;
  overflow: hidden;
}
.goods-bottom-cpn .price-info-block.coupon .coupon-over-time,
.goods-bottom-cpn .dynamic-version.coupon .coupon-over-time {
  font-size: 0.14rem;
  justify-content: center;
  width: 100%;
  text-align: center;
  color: #fff;
}
.goods-bottom-cpn .price-info-block.coupon .coupon-over-time .l1,
.goods-bottom-cpn .dynamic-version.coupon .coupon-over-time .l1 {
  line-height: 0.2rem;
}
.goods-bottom-cpn .price-info-block.coupon .coupon-over-time .l2,
.goods-bottom-cpn .dynamic-version.coupon .coupon-over-time .l2 {
  font-size: 0.22rem;
  line-height: 0.3rem;
  font-weight: bold;
}
.goods-bottom-cpn .price-info-block.coupon_time .countdown,
.goods-bottom-cpn .dynamic-version.coupon_time .countdown {
  font-size: 0.12rem;
  color: #84868a;
  line-height: 0.18rem;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0.58rem;
  width: 100%;
  height: 0.32rem;
  left: 0;
  align-items: center;
  background: #fdf6e9;
  color: #ff730a;
  font-weight: 500;
  letter-spacing: 0.01rem;
}
.goods-bottom-cpn .price-info-block.coupon_time .countdown p,
.goods-bottom-cpn .dynamic-version.coupon_time .countdown p {
  font-size: 0.12rem;
  line-height: 0.12rem;
}
.goods-bottom-cpn .price-info-block.coupon_time .countdown span,
.goods-bottom-cpn .dynamic-version.coupon_time .countdown span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.25rem;
  border-radius: 0.02rem;
  text-align: center;
  margin: 0 0.04rem;
  line-height: 0.14rem;
  color: #fff;
  height: 0.16rem;
  background: #ff730a;
  position: relative;
}
.goods-bottom-cpn .price-info-block.coupon_time .countdown span .num,
.goods-bottom-cpn .dynamic-version.coupon_time .countdown span .num {
  background: transparent;
  line-height: 0.12rem;
}
.goods-bottom-cpn .price-info-block.coupon_time .countdown span .num::before,
.goods-bottom-cpn .dynamic-version.coupon_time .countdown span .num::before {
  display: none;
}
.goods-bottom-cpn .price-info-block.coupon_time .price-info-left,
.goods-bottom-cpn .dynamic-version.coupon_time .price-info-left {
  display: block;
  font-size: 0.18rem;
  padding-left: 0.06rem;
  padding-right: 0.02rem;
}
.goods-bottom-cpn .price-info-block.coupon_time .price-info-left .price-left-info,
.goods-bottom-cpn .dynamic-version.coupon_time .price-info-left .price-left-info {
  display: flex;
}
.goods-bottom-cpn .price-info-block.coupon_time .price-info-left p.coupon-l1,
.goods-bottom-cpn .dynamic-version.coupon_time .price-info-left p.coupon-l1 {
  margin-bottom: 0;
  font-size: 0.16rem;
  text-align: center;
  color: #f9f9f9;
  line-height: 0.22rem;
  letter-spacing: 0.01rem;
}
.goods-bottom-cpn .price-info-block.coupon_time .price-info-left p.coupon-l2,
.goods-bottom-cpn .dynamic-version.coupon_time .price-info-left p.coupon-l2 {
  line-height: 0.22rem;
}
.goods-bottom-cpn .price-info-block.buy-now-version,
.goods-bottom-cpn .dynamic-version.buy-now-version {
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.goods-bottom-cpn .price-info-block.buy-now-version .l2,
.goods-bottom-cpn .dynamic-version.buy-now-version .l2 {
  font-size: 0.16rem;
}
.goods-bottom-cpn .price-info-block.buy-now-version .row-between,
.goods-bottom-cpn .dynamic-version.buy-now-version .row-between {
  justify-content: center;
}
.goods-bottom-cpn .price-info-block.quota-limit-version .price-info-left,
.goods-bottom-cpn .dynamic-version.quota-limit-version .price-info-left {
  width: auto !important;
  flex-shrink: 0 !important;
  flex: none;
}
.goods-bottom-cpn .price-info-block.quota-limit-version .price-info-right,
.goods-bottom-cpn .dynamic-version.quota-limit-version .price-info-right {
  margin-left: 0.1rem !important;
  width: auto !important;
  flex: 1;
}
.goods-bottom-cpn .price-info-block.external-advertise-version .price-info-left,
.goods-bottom-cpn .dynamic-version.external-advertise-version .price-info-left {
  font-size: 0.12rem;
  color: #fff;
  padding: 0 0.08rem;
}
.goods-bottom-cpn .price-info-block.external-advertise-version .price-info-right,
.goods-bottom-cpn .dynamic-version.external-advertise-version .price-info-right {
  margin: 0 0.08rem;
}
.goods-bottom-cpn .price-info-block.external-advertise-version .price-info-right.small,
.goods-bottom-cpn .dynamic-version.external-advertise-version .price-info-right.small {
  width: 1.1rem;
}
.goods-bottom-cpn .price-info-block.external-advertise-limit-version,
.goods-bottom-cpn .dynamic-version.external-advertise-limit-version {
  background: #f1f3f5 !important;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.goods-bottom-cpn .price-info-block.external-advertise-limit-version .countdown,
.goods-bottom-cpn .dynamic-version.external-advertise-limit-version .countdown {
  font-size: 0.12rem;
  color: #84868a;
  line-height: 0.18rem;
  display: flex;
  justify-content: center;
}
.goods-bottom-cpn .price-info-block.external-advertise-limit-version .countdown span,
.goods-bottom-cpn .dynamic-version.external-advertise-limit-version .countdown span {
  display: block;
  width: 0.14rem;
  background-color: rgba(243, 49, 49, 0.1);
  text-align: center;
  border: 0;
  margin: 0 0.02rem;
  line-height: 0.16rem;
  color: #f33131;
  height: 0.16rem;
}
.goods-bottom-cpn .price-info-block.external-advertise-limit-version .join-btn,
.goods-bottom-cpn .dynamic-version.external-advertise-limit-version .join-btn {
  width: 3rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.4rem;
  letter-spacing: 0.01rem;
  text-align: center;
  margin: 0 auto;
}
.goods-bottom-cpn .price-info-block .price-info-left,
.goods-bottom-cpn .dynamic-version .price-info-left {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  font-size: 0.16rem;
  color: #fff;
  padding: 0 0.1rem;
}
.goods-bottom-cpn .price-info-block .price-info-left.col-center,
.goods-bottom-cpn .dynamic-version .price-info-left.col-center {
  justify-content: center;
}
.goods-bottom-cpn .price-info-block .price-info-left.direct-co,
.goods-bottom-cpn .dynamic-version .price-info-left.direct-co {
  flex-direction: row;
  justify-content: center;
  font-size: 0.14rem;
}
.goods-bottom-cpn .price-info-block .price-info-left.row-start,
.goods-bottom-cpn .dynamic-version .price-info-left.row-start {
  align-items: start;
}
.goods-bottom-cpn .price-info-block .price-info-left.row-between,
.goods-bottom-cpn .dynamic-version .price-info-left.row-between {
  justify-content: left;
}
.goods-bottom-cpn .price-info-block .price-info-left.font-14,
.goods-bottom-cpn .dynamic-version .price-info-left.font-14 {
  font-size: 0.14rem;
  padding: 0 0.06rem;
}
.goods-bottom-cpn .price-info-block .price-info-left p,
.goods-bottom-cpn .dynamic-version .price-info-left p {
  line-height: 0.21rem;
}
.goods-bottom-cpn .price-info-block .price-info-left .l2,
.goods-bottom-cpn .dynamic-version .price-info-left .l2 {
  height: 0.18rem;
  background: #ffffff;
  border-radius: 0.09rem;
  font-size: 0.12rem;
  color: #4a4a4a;
  line-height: 0.18rem;
  padding: 0 0.1rem;
  margin-top: 0.02rem;
}
.goods-bottom-cpn .price-info-block .price-info-right,
.goods-bottom-cpn .dynamic-version .price-info-right {
  width: 1.4rem;
  text-align: center;
  border-radius: 0.48rem;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.42rem;
}
.goods-bottom-cpn .price-info-block .price-info-right.small,
.goods-bottom-cpn .dynamic-version .price-info-right.small {
  width: 1.26rem;
}
.goods-bottom-cpn .dynamic-version {
  position: relative;
  display: block;
  animation: shrinking ease 1.8s infinite;
}
.goods-bottom-cpn .dynamic-version .shadow {
  position: relative;
  bottom: 0.35rem;
  border-radius: 0.2rem;
  height: 0.4rem;
  z-index: 0;
}
.goods-bottom-cpn .dynamic-version .mask {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 100%;
  top: 0;
  left: -0.1rem;
  overflow: hidden;
  z-index: 9;
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0.7) 0, hsla(0, 0%, 100%, 0.3) 50%, hsla(0, 0%, 100%, 0));
  transform: skewX(-25deg);
  animation: flash 1.3s infinite linear;
}
.goods-bottom-cpn .price-info-block.normal-limit-version .price-info-left {
  display: flex;
  align-items: flex-end;
}
.goods-bottom-cpn .price-info-block .price-info-left .coupon-buy-now {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.08rem 0;
}
.goods-bottom-cpn .price-info-block .price-info-left .coupon-buy-now .price-left-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 0.2rem;
  font-size: 0.14rem;
  width: 100%;
}
.goods-bottom-cpn .price-info-block .price-info-left .coupon-buy-now .price-left-info .coupon-l1 {
  font-size: 0.14rem;
}
.goods-bottom-cpn .price-info-block .price-info-left .coupon-buy-now .price-info-right {
  text-align: center;
  font-size: 0.16rem;
  background: initial;
  color: #fff;
  width: initial;
  line-height: initial;
}
.goods-bottom-cpn .price-info-block .price-info-left .coupon-common {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding-left: 0.04rem;
}
.goods-bottom-cpn .price-info-block .price-info-left .coupon-dynamic {
  position: relative;
}
.goods-bottom-cpn .price-info-block .price-info-left .coupon-dynamic .mask {
  background-repeat: no-repeat;
  position: absolute;
  width: auto;
  height: 100%;
  animation: flash linear 0.8s infinite;
}
.goods-bottom-cpn .group-purchas {
  display: flex;
  flex-direction: column;
}
.goods-bottom-cpn .group-purchas .banner-bar {
  height: 0.32rem;
  width: 100%;
  background: #FFF2B5;
  padding: 0.04rem 0.06rem;
  position: relative;
  display: flex;
  align-items: center;
}
.goods-bottom-cpn .group-purchas .banner-bar .img-wrapper {
  margin-right: 0.4rem;
}
.goods-bottom-cpn .group-purchas .banner-bar .img-wrapper img {
  width: 0.24rem;
  height: 0.24rem;
  border: 0.01rem solid #fff;
  border-radius: 50%;
}
.goods-bottom-cpn .group-purchas .banner-bar .img-wrapper img:nth-of-type(2) {
  position: absolute;
  left: 0.24rem;
  top: 0.04rem;
  z-index: 1;
}
.goods-bottom-cpn .group-purchas .banner-bar .img-wrapper img:nth-of-type(3) {
  position: absolute;
  left: 0.41rem;
  top: 0.04rem;
  border: none;
  z-index: 2;
}
.goods-bottom-cpn .group-purchas .banner-bar p {
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
  font-size: 0.12rem;
}
.goods-bottom-cpn .group-purchas .banner-bar p span {
  color: #FF1F1E;
  font-weight: 600;
}
.goods-bottom-cpn .group-purchas .banner-bar .to-buy {
  width: 0.71rem;
  height: 0.26rem;
  margin-left: auto;
  background-color: #FFF2B5;
  background-image: url(../images/1637285531384.svg);
  background-repeat: no-repeat;
  text-align: left;
  text-indent: 0.23rem;
  background-size: 100% 100%;
  color: #FFF688;
  font-weight: 600;
  font-size: 0.12rem;
  line-height: 0.26rem;
  animation: anm-breathe 1.2s infinite;
}
.goods-bottom-cpn .group-purchas .button-wrapper {
  padding: 0.05rem 0.07rem;
  height: 0.58rem;
}
.goods-bottom-cpn .group-purchas .button-wrapper .button-content {
  display: flex;
  align-items: center;
  border-radius: 0.24rem;
  height: 100%;
  overflow: hidden;
  border: 0.01rem solid;
}
.goods-bottom-cpn .group-purchas .button-wrapper .button-content button {
  height: 100%;
  flex: 1;
  font-size: 0.16rem;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-bottom-cpn .group-purchas .button-wrapper .button-content button span {
  display: inline-block;
  padding-top: 0.08rem;
}
.goods-bottom-cpn .group-purchas .button-wrapper .button-content button span:nth-of-type(2) {
  font-size: 0.32rem;
  margin: 0 0.04rem;
  padding: 0;
}
.goods-bottom-cpn .custom-buttom-button {
  height: 100%;
}
.goods-bottom-cpn .custom-buttom-button > div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.goods-bottom-cpn .ios-bottom {
  position: fixed;
  width: 100%;
  height: constant(safe-area-inset-bottom);
  height: env(safe-area-inset-bottom);
  bottom: -34PX;
  z-index: -1;
  background-color: #F8F8F8;
}
.sf-form-item {
  margin-bottom: 0.28rem;
  position: relative;
}
.sf-form-item .sf-form-item-content {
  display: flex;
  align-items: center;
  position: relative;
}
.sf-form-item .sf-form-label {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  margin-right: 0.08rem;
}
.sf-form-item .sf-form-child-wrap {
  flex: 1;
}
.sf-form-item .sf-form-item-help {
  position: absolute;
  top: 100%;
  font-size: 0.14rem;
  margin-left: 0.68rem;
  line-height: 0.2rem;
}
.sf-form-item .sf-help-error {
  color: #ff4d4f;
}
.sf-input-wrap {
  position: relative;
}
.sf-input-wrap input {
  color: rgba(0, 0, 0, 0.85);
  background-color: #f6f6f6;
  width: 100%;
  height: 0.44rem;
  border-radius: 0.04rem;
  flex: 1;
  padding: 0 0.08rem;
  line-height: 0.44rem;
  font-size: 0.16rem;
  border: none;
}
.sf-input-wrap input::-moz-placeholder {
  color: #bcbcbc;
}
.sf-input-wrap input::placeholder {
  color: #bcbcbc;
}
.sf-input-wrap .delete-btn {
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  top: 0.14rem;
  right: 0.08rem;
  background: url(../images/1627971462416.png) no-repeat;
  background-size: contain;
}
.g-loading-icon {
  animation: anm-rotate 1s infinite linear;
  animation-fill-mode: forwards;
  width: 0.3rem !important;
  height: 0.3rem !important;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat 50% 50%;
  background-size: cover;
}
.g-toast {
  z-index: 200;
  line-height: 1.7;
  position: fixed;
}
.g-toast .g-toast-content {
  align-items: center;
  position: fixed;
  width: 0.8rem;
  height: 0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 0.06rem;
  display: flex;
  padding: 0 0.05rem;
}
.g-toast .g-toast-content .img {
  width: 0.25rem;
  height: 0.25rem;
  vertical-align: middle;
  transform-origin: center;
}
.g-toast .g-toast-content .img.success {
  animation: none;
  background-image: url(../images/1635928823222.svg) !important;
}
.g-toast .g-toast-content .img.error {
  animation: none;
  background-image: url(https://static.lanxinshuyuan.com/image/error.3892d7ec4db63476d29dd51431a17a6d.png) !important;
}
.g-toast .g-toast-content .img.warning {
  animation: none;
  background-image: url(../images/20210226_115935_warn.png) !important;
}
.g-toast .g-toast-content .g-toast-content-inner {
  width: 100%;
}
.g-toast .g-toast-content .g-toast-content-inner .g-toast-status {
  font-size: 0.14rem;
  padding-top: 0.05rem;
  letter-spacing: 0.01rem;
}
.g-toast .g-toast-no-icon-content {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 0.06rem;
  max-width: 3rem;
  padding: 0.1rem 0.2rem;
}
.common-top-tip-bar {
  width: 100vw;
  background: #fffbe6;
  text-align: left;
  padding-left: 0.16rem;
  color: #FAAD14;
  line-height: 0.4rem;
  height: 0.4rem;
  letter-spacing: 0;
  display: none;
  position: relative;
}
.common-top-tip-bar.fixed,
.common-top-tip-bar.absolute {
  top: 0;
  left: 0;
}
.common-top-tip-bar.show {
  display: block;
}
.common-top-tip-bar span {
  font-size: 0.14rem;
}
.common-top-tip-bar span:nth-of-type(1) {
  margin-right: 0.08rem;
}
