.sup-brd-wrapper {
  background-color: #fff;
  padding-top: 0.29rem;
  border-radius: 0.2rem;
}
.sup-brd-wrapper .search-top {
  margin: 0 0.34rem;
  height: 0.72rem;
  background: #ffffff;
  border-radius: 0.41rem;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.sup-brd-wrapper .search-top span {
  height: 0.28rem;
  width: 0.28rem;
  background: url("../../images/s-icon.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.22rem;
  left: 0.3rem;
}
.sup-brd-wrapper .search-top a {
  color: #09c867;
  height: 0.38rem;
  width: 1.16rem;
  text-align: center;
  line-height: 0.38rem;
  border-left: 1px solid #efefef;
  position: absolute;
  right: 0;
  top: 0.17rem;
  font-size: 14px;
}
.sup-brd-wrapper .search-top input {
  width: 100%;
  height: 100%;
  padding: 0 1.46rem 0 0.88rem;
  line-height: 0.72rem;
}
.sup-brd-wrapper .search-title {
  margin: 0 0.34rem;
  padding: 0.32rem 0 0.24rem 0;
  border-bottom: 1px solid #eeeeee;
}
.sup-brd-wrapper .search-title #Supplier {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
  opacity: 0;
  overflow: hidden;
}
.sup-brd-wrapper .search-title ul li {
  height: 20px;
  color: #303133;
  line-height: 20px;
  margin-left: 0.24rem;
}
.sup-brd-wrapper .search-title ul li:first-child {
  margin-left: 0;
}
.sup-brd-wrapper .search-title ul li span {
  height: 20px;
  width: 20px;
  margin-right: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sup-brd-wrapper .search-title ul li span.icon1 {
  background-image: url('../../images/img1.png');
}
.sup-brd-wrapper .search-title ul li span.icon2 {
  background-image: url('../../images/img2.png');
}
.sup-brd-wrapper .search-title ul li span.icon3 {
  background-image: url('../../images/img3.png');
}
.sup-brd-wrapper .search-title .data-filt {
  color: #303133;
  height: 20px;
  line-height: 20px;
}
.sup-brd-wrapper .search-title .data-filt i {
  height: 15px;
  width: 15px;
  margin-right: 0.1rem;
  background-image: url("../../images/s-f.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sup-brd-wrapper .search-c .no-data {
  text-align: center;
  color: #333;
  width: 5.11rem;
  margin: 0 auto;
  padding: 0.2rem 0;
}
.sup-brd-wrapper .search-c .no-data .img-bg {
  width: 3.81rem;
  height: 2.39rem;
  background: url("../../images/no-data.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 0.33rem;
}
.sup-brd-wrapper .search-c .no-data .t {
  font-size: 16px;
  font-weight: 600;
}
.sup-brd-wrapper .search-c .no-data .desc {
  color: #999;
  margin-top: 0.24rem;
}
.sup-brd-wrapper .search-c .no-data .no-data-form .form-item {
  text-align: left;
  margin-top: 0.32rem;
}
.sup-brd-wrapper .search-c .no-data .no-data-form .form-item .lb {
  font-size: 14px;
}
.sup-brd-wrapper .search-c .no-data .no-data-form .form-item input {
  height: 0.56rem;
  border: 1px solid #cccccc;
  border-radius: 0.04rem;
  line-height: 0.56rem;
  padding: 0 0.12rem;
  margin-top: 0.1rem;
  width: 100%;
}
.sup-brd-wrapper .search-c .no-data .n-d-btn {
  width: 100%;
  height: 0.82rem;
  background: #09c867;
  border-radius: 0.04rem;
  line-height: 0.82rem;
  margin: 0.6rem 0 0 0;
  font-size: 18px;
  color: #fff;
  box-shadow: 0px 10px 20px -10px rgba(52, 168, 109, 0.56);
}
.activity-wrapper {
  padding-top: 44px;
}
.s-item {
  border-radius: 0 0 0.2rem 0.2rem;
}
.f-m-a {
  display: none;
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.f-m-a .m-c {
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
.f-m-a .m-c .m-c-t {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0.98rem;
  overflow: auto;
}
.f-m-a .m-c .m-c-t .t {
  font-size: 0.32rem;
  color: #333;
  font-weight: 600;
  padding: 0.3rem 0.2rem 0.32rem;
}
.f-m-a .m-c .m-c-t .items .item {
  padding: 0.02rem 0.1rem;
  margin-bottom: 0.22rem;
  width: 1.8rem;
  height: 0.82rem;
  background-color: #f9f9f8;
  border-radius: 2px;
  margin-left: 0.2rem;
  border: 2px solid #f9f9f8;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.f-m-a .m-c .m-c-t .items .item p {
  word-wrap: break-word;
  word-break: normal;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.24rem;
}
.f-m-a .m-c .m-c-t .items .item.active {
  background-color: #cefae4;
  border: 2px solid #09c867;
}
.f-m-a .m-c .m-c-t .items .gx-f {
  display: block;
  color: #333;
  font-size: 0.24rem;
  margin-left: 0.2rem;
  margin-bottom: 0.22rem;
}
.f-m-a .m-c .m-c-t .items .gx-f.active span {
  background-image: url("../../images/s1-c-a.png");
}
.f-m-a .m-c .m-c-t .items .gx-f span {
  height: 0.24rem;
  width: 0.24rem;
  background-image: url("../../images/s-c.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 0.14rem;
}
.f-m-a .m-c .m-c-b {
  display: none;
  height: 0.98rem;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.f-m-a .m-c .m-c-b a {
  width: 50%;
  height: 100%;
  line-height: 0.98rem;
  text-align: center;
}
.f-m-a .m-c .m-c-b a.cz-a {
  color: #333;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.f-m-a .m-c .m-c-b a.qd-a {
  color: #fff;
  background-color: #09c867;
  border-top: 1px solid #09c867;
  border-bottom: 1px solid #09c867;
}
.s-items .s-item {
  margin-top: 0.2rem;
  padding: 0 0.25rem;
  background-color: #fff;
}
.s-items .s-item .s-item-t {
  padding: 0.2rem 0 0.18rem;
  border-bottom: 1px solid #eeeeee;
}
.s-items .s-item .s-item-t.s-item-t1 {
  font-weight: 600;
  padding-left: 0.13rem;
  padding-right: 0.13rem;
}
.s-items .s-item .s-item-t.s-item-t1 * {
  font-weight: 600;
}
.s-items .s-item .s-item-t.s-item-t1 .f-red {
  color: #ff5a06;
}
.s-items .s-item .s-item-t.s-item-t2 {
  display: flex;
  align-items: center;
}
.s-items .s-item .s-item-t.s-item-t2 * {
  font-weight: 600;
}
.s-items .s-item .s-item-t.s-item-t2 .brd-lg {
  flex: 0 0 1rem;
  height: 0.5rem;
  background: #fff;
  text-align: center;
}
.s-items .s-item .s-item-t.s-item-t2 .brd-lg img {
  width: 1rem;
  height: 0.5rem;
}
.s-items .s-item .s-item-t.s-item-t2 .item-desc {
  margin-left: 0.15rem;
  color: #333;
  flex: 1;
  line-height: 0.5rem;
}
.s-items .s-item .s-item-t.s-item-t2 .item-desc .data-total-i {
  color: #ff5a06;
}
.s-items .s-item .dt-items .dt-item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.25rem;
}
.s-items .s-item .dt-items .dt-item.hidden {
  display: none;
}
.s-items .s-item .dt-items .dt-item .p-n {
  color: #333;
  font-weight: 600;
  padding: 0.29rem 0.2rem 0.26rem 0.1rem;
}
.s-items .s-item .dt-items .dt-item .p-n strong {
  font-weight: 600;
}
.s-items .s-item .dt-items .dt-item .dt-i-b .prd-img {
  margin-left: 0.05rem;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  text-align: center;
}
.s-items .s-item .dt-items .dt-item .dt-i-b .prd-img img {
  margin-top: 0.18rem;
  width: 1.44rem;
  height: 1.44rem;
}
.s-items .s-item .dt-items .dt-item .dt-i-b .prd-desc {
  color: #333;
  margin-left: 0.3rem;
  width: calc(100% - 3.37rem);
}
.s-items .s-item .dt-items .dt-item .dt-i-b .prd-desc p {
  margin-top: 0.1rem;
}
.s-items .s-item .dt-items .dt-item .dt-i-b .prd-desc .p-d-t {
  font-size: 12px;
  width: 50px;
  text-align-last: justify;
  line-height: 16px;
}
.s-items .s-item .dt-items .dt-item .dt-i-b .prd-desc .p-d-v {
  font-size: 12px;
  width: calc(100% - 50px);
  word-break: break-all;
  line-height: 18px;
}
.s-items .s-item .dt-items .dt-item .dt-i-b .prd-desc .p-d-v .qh-mark {
  background: rgba(205, 234, 255, 0.4);
  border-radius: 1px;
  padding: 1px 5px;
  color: #3d7fff;
  margin-left: 5px;
}
.s-items .s-item .dt-items .dt-item .dt-i-b .prd-desc .p-d-v i:nth-child(2) {
  margin-top: 0.1rem;
}
.s-items .s-item .dt-items .dt-item .dt-i-b .prd-desc .cps-btn {
  height: 20px;
  width: 50px;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(314deg, #ff622c 6%, #ff9933 97%);
  border-radius: 2px;
  text-align: center;
  line-height: 20px;
  margin-top: 8px;
}
.s-items .s-item .dt-items .dt-item .dt-i-b .prd-desc .couple-ol {
  display: none;
  width: 0;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
.s-items .s-item .dt-items .dt-item .dt-i-b .sg-opr-a {
  margin: 0.34rem 0.2rem 0 0;
  height: 0.72rem;
  width: 0.72rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.s-items .s-item .dt-items .dt-item .dt-i-b .sg-opr-a.j-c-a {
  background-image: url("../../images/join-cart-icon1.png");
}
.s-items .s-item .dt-items .dt-item .dt-i-b .sg-opr-a.kf-a {
  background-image: url("../../images/kf-icon1.png");
}
.s-items .s-item .dt-items .dt-item .dt-i-prc {
  color: #333;
  height: 1.12rem;
  overflow: hidden;
  margin-top: 8px;
  background: #f9f9f9;
  border-radius: 0.08rem;
  padding: 0.16rem 0.48rem 0.16rem 0.24rem;
  position: relative;
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .prc-t p {
  line-height: 0.32rem;
  color: #606266;
  padding-right: 0.24rem;
  height: 0.32rem;
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .prc-t p.amount-t {
  width: 1.88rem;
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .prc-t p.rbm-t {
  width: 2.2rem;
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .prc-t p.usd-t {
  width: 2.2rem;
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .dt-i-prc-items .dl-i-prc-item {
  margin-top: 0.16rem;
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .dt-i-prc-items .dl-i-prc-item p {
  height: 0.32rem;
  line-height: 0.32rem;
  padding-right: 0.24rem;
  color: #FF5A06;
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .dt-i-prc-items .dl-i-prc-item p.num-p {
  width: 1.88rem;
  color: #333333;
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .dt-i-prc-items .dl-i-prc-item p.prc-r {
  width: 2.2rem;
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .dt-i-prc-items .dl-i-prc-item p.prc-d {
  width: 2.2rem;
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .more-icon {
  height: 0.32rem;
  width: 0.32rem;
  display: flex;
  position: absolute;
  right: 0.16rem;
  top: 0.16rem;
  align-items: center;
  justify-content: center;
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .more-icon b {
  height: 0.12rem;
  width: 0.24rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .more-icon.wzk b {
  background-image: url('../../images/b-a-icon.png');
}
.s-items .s-item .dt-items .dt-item .dt-i-prc .more-icon.yzk b {
  background-image: url('../../images/t-a-icon.png');
}
.s-items .s-item .clc-ld-mr {
  color: #333;
  padding: 0.2rem 0 0.25rem;
  text-align: center;
}
.s-items .s-item .clc-ld-mr i {
  height: 0.1rem;
  width: 0.2rem;
  background: url("../../images/b-a-icon.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 0.14rem;
}
.coupon-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: none;
}
.coupon-mask .coupon-c {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0 0.15rem;
}
.coupon-mask .coupon-c .t {
  height: 26px;
  position: relative;
  padding: 18px 0 6px;
}
.coupon-mask .coupon-c .t p {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.coupon-mask .coupon-c .t i {
  position: absolute;
  height: 22px;
  width: 22px;
  background: url('../../images/close-icon.png') no-repeat;
  background-size: 100% 100%;
  top: 20px;
  right: 0;
}
.coupon-mask .coupon-c .coupon-itms {
  max-height: 8.875rem;
}
.coupon-mask .coupon-c .sure-a {
  margin: 5px 0 15px;
  height: 41px;
  line-height: 41px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 2px;
  background-color: #09C867;
}
.cm-cp-itms {
  padding-bottom: 0.2rem;
  overflow: hidden;
  overflow-y: auto;
}
.cm-cp-itms .cm-cp-itm {
  margin: 0.32rem auto 0;
  width: 7.02rem;
  font-size: 0.24rem;
}
.cm-cp-itms .cm-cp-itm.disable .money {
  background: #dcdfe6 !important;
}
.cm-cp-itms .cm-cp-itm.disable .itm-c,
.cm-cp-itms .cm-cp-itm.disable .choose-div {
  background: #f5f7fa !important;
}
.cm-cp-itms .cm-cp-itm.disable .itm-c * {
  color: #909399 !important;
}
.cm-cp-itms .cm-cp-itm.active .is-c-icon {
  background-image: url('../../images/cp-c1.png') !important;
}
.cm-cp-itms .cm-cp-itm.list .itm-c {
  width: 5.38rem !important;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d {
  position: relative;
  height: 1.64rem;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .money {
  width: 1.64rem;
  height: 1.64rem;
  background: #eb232a;
  border-radius: 0.08rem 0px 0px 0.08rem;
  color: #fff;
  text-align: center;
  line-height: 1.64rem;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .money .zd-dk {
  position: absolute;
  left: -0.14rem;
  top: 0.12rem;
  width: 0.92rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .money .zd-dk.zd {
  background-image: url("../../images/zd-mark.png");
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .money .zd-dk.dk {
  background-image: url("../../images/dk-mark.png");
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .money.type1 i {
  font-size: 0.4rem;
  margin-left: 0.04rem;
  font-family: Impact, Impact-Regular, PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .money.type2 {
  font-family: Impact, Impact-Regular, PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .money.type2 i {
  font-size: 0.4rem;
  margin-left: 0.04rem;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .itm-c {
  width: 4.34rem;
  padding: 0 0.24rem;
  height: 1.64rem;
  border-radius: 0 0.2rem 0.2rem 0;
  background: #fff6f7;
  position: relative;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .itm-c::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.2rem;
  display: block;
  bottom: 0.2rem;
  border-left: 0.02rem dashed #fff;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .itm-c .t {
  color: #333;
  font-size: 0.28rem;
  font-weight: 600;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0.16rem 0 0 0 !important;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .itm-c .desc {
  padding-top: 0.08rem;
  height: 0.34rem;
  color: #666666;
  line-height: 0.34rem;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .itm-c .b {
  color: #666;
  margin-top: 0.12rem;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .itm-c .b b {
  cursor: pointer;
  line-height: 0.34rem;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .itm-c .b i {
  height: 0.32rem;
  width: 0.32rem;
  margin-left: 0.08rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .itm-c .b i.down-i {
  background-image: url('../../images/cp-down.png');
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .itm-c .b i.up-i {
  background-image: url('../../images/cp-up.png');
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .lq-btn,
.cm-cp-itms .cm-cp-itm .yhq-itm-d .choose-div {
  position: absolute;
  left: 5.98rem;
  top: 0;
  bottom: 0;
  width: 1.04rem;
  text-align: center;
  border-radius: 0.2rem 0.08rem 0.08rem 0.2rem;
  background: #fff6f7;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .lq-btn .is-c-icon,
.cm-cp-itms .cm-cp-itm .yhq-itm-d .choose-div .is-c-icon {
  height: 0.4rem;
  width: 0.4rem;
  background-image: url(../../images/cp-nc1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  top: 0.6rem;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .lq-btn.lq {
  color: #EB232A;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  letter-spacing: 0.06rem;
  align-items: center;
}
.cm-cp-itms .cm-cp-itm .yhq-itm-d .lq-btn.disabled {
  color: #666;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  letter-spacing: 0.1rem;
  align-items: center;
}
.cm-cp-itms .cm-cp-itm .rl-div {
  height: 0;
  overflow: hidden;
  color: #666;
  line-height: 0.4rem;
  background: #f9f9f9;
}
.cm-cp-itms .cm-cp-itm .rl-div .rl-div-w {
  padding: 0.24rem;
}
.prd-m-a {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.prd-m-a.is-high {
  top: 0;
}
.prd-m-a .prd-m-c {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.prd-m-a .prd-m-c .prd-m-c-t {
  padding: 0 0.3rem 0.3rem;
  color: #333;
}
.prd-m-a .prd-m-c .prd-m-c-t .t {
  font-size: 14px;
  font-weight: 600;
  padding: 0.34rem 0 0.18rem;
}
.prd-m-a .prd-m-c .prd-m-c-t .attr-p {
  margin-top: 0.12rem;
}
.prd-m-a .prd-m-c .prd-m-c-t .attr-p .p-d-t {
  font-size: 12px;
  width: 50px;
  text-align-last: justify;
  font-weight: 600;
}
.prd-m-a .prd-m-c .prd-m-c-t .attr-p .p-d-v {
  font-size: 12px;
  width: calc(100% - 56px);
  word-break: break-all;
  margin-left: 6px;
}
.prd-m-a .prd-m-c .prd-m-c-t .attr-p .p-d-v.nmb-v {
  margin-top: 2px;
}
.prd-m-a .prd-m-c .prd-m-c-t .prc-div .prc-title {
  margin-top: 0.3rem;
}
.prd-m-a .prd-m-c .prd-m-c-t .prc-div .prc-title p {
  font-weight: 600;
}
.prd-m-a .prd-m-c .prd-m-c-t .prc-div .prc-items {
  padding-top: 0.2rem;
  background: #f9f9f9;
  border-radius: 0.08rem;
  margin: 0.2rem 0;
}
.prd-m-a .prd-m-c .prd-m-c-t .prc-div .prc-items .prc-item {
  padding-bottom: 0.2rem;
}
.prd-m-a .prd-m-c .prd-m-c-t .prc-div .prc-items .prc-item .prc-d,
.prd-m-a .prd-m-c .prd-m-c-t .prc-div .prc-items .prc-item .prc-r {
  color: #ff5a06;
}
.prd-m-a .prd-m-c .prd-m-c-t .prc-div p {
  height: 0.33rem;
  line-height: 0.33rem;
  margin-left: 3.33%;
  width: 30%;
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-opr {
  align-items: center;
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-opr .opr-t {
  height: 0.72rem;
  line-height: 0.72rem;
  font-weight: 600;
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-opr .opr-div {
  height: 0.72rem;
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-opr .opr-div .opr-btn {
  width: 0.58rem;
  height: 0.72rem;
  color: #666;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  text-align: center;
  line-height: 0.72rem;
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-opr .opr-div input {
  width: 1.2rem;
  height: 0.72rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 0.72rem;
  padding: 0 0.06rem;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .prd-m-a .prd-m-c .prd-m-c-t .prd-opr .gth-div {
    display: none;
  }
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-opr .gth-div .gth-icon {
  height: 0.29rem;
  width: 0.29rem;
  background: url("../../images/gth-icon.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 0 0 0.1rem;
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-opr .gth-div span {
  color: #ccc;
  margin-left: 0.05rem;
  font-size: 12px;
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-addr {
  margin-top: 0.33rem;
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-addr .prd-addr-t {
  font-size: 12px;
  font-weight: 600;
  height: 0.37rem;
  line-height: 0.37rem;
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-addr .item {
  font-size: 12px;
  height: 0.37rem;
  line-height: 0.37rem;
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-addr .item.fst-i {
  margin-right: 0.42rem;
}
@media screen and (max-width: 374px) {
  .prd-m-a .prd-m-c .prd-m-c-t .prd-addr .item.fst-i {
    margin-right: 0.21rem;
  }
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-addr .item i {
  height: 0.36rem;
  width: 0.36rem;
  margin-right: 0.12rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-addr .item i.ck {
  background-image: url("../../images/check-cl.png");
}
.prd-m-a .prd-m-c .prd-m-c-t .prd-addr .item i.no-ck {
  background-image: url("../../images/no-check-cl.png");
}
.prd-m-a .prd-m-c .prd-m-c-b .b-l {
  height: 0.98rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0 0.3rem;
  width: calc(100% - 3.13rem);
  align-items: center;
  overflow: hidden;
}
.prd-m-a .prd-m-c .prd-m-c-b .b-l span {
  font-size: 12px;
  font-weight: 600;
  width: 50px;
}
.prd-m-a .prd-m-c .prd-m-c-b .b-l p {
  padding: 0 0.2rem;
  font-size: 14px;
  color: #dd2730;
  width: calc(100% - 50px);
  overflow: hidden;
  word-wrap: break-word;
  word-break: normal;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prd-m-a .prd-m-c .prd-m-c-b .b-r {
  width: 3.13rem;
  height: 0.98rem;
  background: #09c867;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 0.98rem;
}
.stock-tip {
  background: rgba(250, 0, 0, 0.06);
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #ec2020;
  overflow: hidden;
  height: 0;
}
.stock-tip a {
  color: #1677ff;
  text-decoration: underline;
  margin-left: 3px;
}
