.two-item-module { display: flex; display: -webkit-flex; flex-wrap: wrap; width: 3.75rem; justify-content: space-around; } .two-item-module:after { content: ''; width: 50%; } .two-item-module .item { width: 1.8rem; height: 3rem; background: #fff; margin-bottom: .05rem; } .two-item-module .item .img-wrap { font-size: 0; text-align: center; } .two-item-module .item .img-wrap img { vertical-align: middle; width: 1.8rem; } .two-item-module .item .content { padding: 0 .12rem; overflow: hidden; } .two-item-module .item .content .title { margin-top: .04rem; line-height: .16rem; height: .32rem; overflow: hidden; font-size: 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #3b3b3b; font-weight: 600; } .two-item-module .item .content .product-name-tag { display: inline-block; height: .14rem; vertical-align: middle; } .two-item-module .item .content .product-name { vertical-align: middle; font-size: .12rem; } .two-item-module .item .content .product-name-tag .activity-tag { height: 100%; width: auto; margin-right: .05rem; } .two-item-module .item .content .config { color: #9b9b9b; font-size: .1rem; line-height: .13rem; height: .25rem; overflow: hidden; margin-top: .02rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .two-item-module .item .content .promotion { margin-top: .07rem; line-height: .18rem; font-size: 0; height: .18rem; } .two-item-module .item .content .promotion span { line-height: .13rem; height: .12rem; padding: .01rem .05rem; border: .01rem solid #e1140a; color: #e1140a; border-radius: .14rem; vertical-align: middle; font-size: .1rem; margin-right: .05rem; } .two-item-module .item .content .price { width: 1.56rem; margin: 0 auto; position: relative; font-size: .17rem; } .two-item-module .item .content .price .activity-icon { position: absolute; top: .1rem; } .two-item-module .item .content .price .activity-icon > span { display: inline-block; border: .01rem solid #e1140a; border-radius: .07rem; width: .32rem; height: .13rem; font-size: .09rem; color: #e1140a; text-align: center; line-height: .13rem; box-sizing: border-box; } .two-item-module .item .content .price .media-price-del { position: absolute; bottom: .04rem; font-size: 0; color: #bdbdbd; } .two-item-module .item .content .price .media-price-del > del { font-size: .12rem; } .two-item-module .item .tags { margin-top: .05rem; font-size: 0; text-align: left; height: .14rem; overflow: hidden; } .two-item-module .item .tags .Promotions { display: inline-block; width: auto; height: .12rem; line-height: .12rem; font-size: .09rem; border: .005rem solid #454545; border-radius: .02rem; text-align: center; padding: 0 .03rem; margin-right: .02rem; margin-bottom: .04rem; } .two-item-module .item .tags .Promotions:last-child { margin-right: 0; } .two-item-module .item .tags .Promotions.activity { background: #ef1e0b; border: .005rem solid #ef1e0b; border-radius: .02rem; color: #fff; } .two-item-module .item .tags .Promotions.first { border: .005rem solid #ef1e0b; border-radius: .02rem; color: #ef1e0b; } .two-item-module .item .tags .Promotions .coupon-text { display: inline-block; border-left: .005rem solid #454545; padding-left: .034rem; margin-left: .03rem; height: 100%; } .two-item-module .item .tags .Promotions .coupon-text.coupon { border-left: .005rem solid #ef1e0b; } .two-item-module .item .product-box { font-size: 0; margin-top: 2px; } .two-item-module .item .product-box .price-name { font-size: .11rem; color: #ff2f2f; margin-right: .02rem; } .two-item-module .item .product-box .price_box_sign { font-size: .11rem; color: #ff2f2f; } .two-item-module .item .content .price .price-sign { font-size: .17rem; color: #ff2f2f; } .two-item-module .item .product-box .price_box_price { font-size: .17rem; color: #ff2f2f; } .two-item-module .item .product-box .old-price { font-size: .11rem; color: #606060; letter-spacing: -0.07px; font-weight: 400; text-decoration: line-through; margin-left: .02rem; }
* {
  padding: 0;
  margin: 0;
}

.shenzhen-page-content {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.shenzhen-page-content.one .category-item {
  width: 100%;
}

.shenzhen-page-content.two .category-item {
  width: calc(100% / 2);
}

.shenzhen-page-content.three .category-item {
  width: calc(100% / 3);
}

.shenzhen-page-content.four .category-item {
  width: calc(100% / 4);
}

.shenzhen-page-content img {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.shenzhen-page-content .img-receive {
  display: none;
}
.shenzhen-page-content .img-receive.status1 {
  display: block;
}

.shenzhen-page-content .page-foot {
  width: 100%;
  /* height: 0.5rem; */
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shenzhen-page-content .foot-btn {
  letter-spacing: 0.01rem;
  margin: 10px;
  padding: 6px 20px;
  border-radius: 20px;
  color: #fff;
  /* border: 1px solid #ffffff80; */
  /* background: rgb(48 102 39); */
  background-color: #000;
  background-color: rgb(0, 0, 0, 0.3);
  display: none;
  border: 1px solid #fff;
}

.shenzhen-page-content .hideDOM {
  display: none;
}

/* 弹窗 */
.shenzhen-page-content .page-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.shenzhen-page-content .popup-unbind {
  width: 2.86rem;
  height: 2.91rem;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shenzhen-page-content .popup-unbind-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
}
.shenzhen-page-content .popup-unbind-title .title {
  font-size: 0.14rem;
  font-weight: bold;
}

.shenzhen-page-content .popup-unbind-close-icon {
  position: absolute;
  top: 0;
  right: 0.1rem;
  font-size: 20px;
  display: inline-block;
  color: #d8d8d8;
  padding: 0.05rem;
  font-size: 0.3rem;
}

.shenzhen-page-content .popup-unbind-content {
  height: 1.7rem;
  text-align: center;
  font-size: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.1rem;
  overflow-y: scroll;
}

.shenzhen-page-content .popup-unbind-item {
  width: 42%;
  height: 0.6rem;
  border-radius: 10px;
  margin: 0.05rem;
  padding: 0.05rem;
  background-color: rgb(252, 245, 241);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.shenzhen-page-content .popup-unbind-item-goods {
  width: calc(100% - 0.35rem);
  display: flex;
  justify-content: left;
  align-items: center;
  color: #6c3933;
  font-size: 0.14rem;
  margin-left: 14px;
}

.shenzhen-page-content .popup-unbind-item-btn {
  font-size: 0.1rem;
  color: #ff2f2f;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.05rem;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  padding: 2px 0px 0px 4px;
  border-left: 1px solid #ffdede;
}

.shenzhen-page-content .popup-unbind-foot {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  bottom: 0.14rem;
}

.shenzhen-page-content .popup-unbind-btn1 {
  width: 1.21rem;
  height: 0.36rem;
  font-size: 0.14rem;
  padding: 0.08rem 0;
  border-radius: 0.18rem;
  background-color: #fff;
  border: 1px solid #979797;
  display: flex;
  color: #979797;
  align-items: center;
  justify-content: center;
}

.shenzhen-page-content .popup-confirm-ok,
.shenzhen-page-content .popup-unbind-btn2 {
  width: 1.21rem;
  height: 0.36rem;
  font-size: 0.14rem;
  padding: 0.08rem 0;
  border-radius: 0.18rem;
  color: #fff;
  border: 1px solid #ff2f2f;
  background-color: #ff2f2f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shenzhen-page-content .popup-confirm {
  width: 2.86rem;
  height: 1.7rem;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shenzhen-page-content .confirm-content {
  padding: 0.4rem 0.4rem 0.1rem 0.4rem;
  font-size: 0.13rem;
  font-weight: bold;
  line-height: 0.2rem;
  text-align: center;
}
.layui-layer-molv {
  border-radius: 0.2rem !important;
  height: 0.4rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  position: fixed !important;
  top: 40% !important;
}

.ui-sortable .cms_draggable_href_component { background: rgba(173, 170, 170, .9); border: 2px white dashed; } .cms_draggable_href_component_Body { width: 1px; position: relative; margin: auto; height: 100%; } .cms_draggable_href_component { position: absolute; height: 100px; width: 200px; overflow: hidden; } .cms_draggable_href_component>a { display: block; width: 100%; height: 100%; } .cms_draggable_href_component>a>span { font-size: 20px; display: none; text-align: right; padding-right: 10px; color: #000; } .cms_draggable_href_component>a>div { font-size: 20px; display: none; text-align: right; padding-right: 10px; color: #000; } .ui-sortable .cms_draggable_href_component>a>span { display: block; background: white; height: 25px; width: 25px; line-height: 26px; text-align: right; font-size: 14px; position: absolute; right: 0px; top:0px; } .ui-sortable .cms_draggable_href_component>a>div { display: block; position: absolute; top:26px; }
.cms_currency_layout { width: 100%; margin: 0 auto; position: relative; }
.tab_lout2018 { width: 3.75rem; } .tab-out-box { height: .35rem; font-size: .13rem; } .tab_lout2018 .tab { width: 3.75rem; overflow: hidden; height: .35rem; line-height: .35rem; position: relative; } .tab_lout2018 .tab .swiper-slide { text-align: center } .tab_lout2018 .laout .content_box { width: 3.75rem; min-height: 2rem; display: none; } .tab_lout2018 .laout .active { display: block } .tab_lout2018 .tab span { display: none } .tab_lout2018 .tab .swiper-slide.active { font-weight: bold; } .tab_lout2018 .tab .active span { display: inline-block; width: 100%; height: 2px; background: #fff; position: absolute; left: 0; bottom: 0; }

