* {
  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;
}

.cms_currency_layout { width: 100%; margin: 0 auto; position: relative; }

