.cms_fixed_nav { position: fixed; top: 100px; right: 50px; display: none; z-index: 999; } .cms_fixed_nav ul li { list-style: none; font-size: 0; text-align: center; position: relative; cursor: pointer; color: #fff; } .cms_fixed_nav ul li:hover a { color: #fff; display: block; opacity: .4; text-decoration: none; }
.cms_currency_layout { width: 100%; margin: 0 auto; position:relative; }
.cms_currency_layout { width: 100%; margin: 0 auto; position: relative; }
.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; }
* {
  padding: 0;
  margin: 0;
}

.shenzhen-page-content {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.box-center20241027 {
  width: 1200px;
  margin: 0 auto;
}

.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;
  cursor: pointer;
}
.shenzhen-page-content .img-receive.status1 {
  display: block;
}

.shenzhen-page-content .page-foot {
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
}

.shenzhen-page-content .foot-btn {
  letter-spacing: 0.01rem;
  width: 90px;
  height: 28px;
  line-height: 28px;
  margin: 10px;
  border-radius: 4px;
  color: #fff;
  /* border: 1px solid #ffffff80; */
  /* background: rgb(48 102 39); */
  display: none;
  cursor: pointer;
  background-color: #000;
  background-color: rgb(0, 0, 0, 0.3);
  border: 1px solid #fff;
  taxt-align: center;
}

.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: 466px;
  height: 363px;
  background-color: #fff;
  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: 14px;
  font-weight: bold;
}

.shenzhen-page-content .popup-unbind-close-icon {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  display: inline-block;
  color: #d8d8d8;
  padding: 5px;
  font-size: 35px;
  cursor: pointer;
}

.shenzhen-page-content .popup-unbind-content {
  height: 240px;
  text-align: center;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 40px;
  overflow-y: auto;
  align-content: flex-start;
}

.shenzhen-page-content .popup-unbind-item {
  width: 43%;
  height: 70px;
  border-radius: 4px;
  margin: 5px;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: rgb(252, 245, 241);
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}

.shenzhen-page-content .popup-unbind-item-goods {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6c3933;
  font-size: 14px;
}

.shenzhen-page-content .popup-unbind-item-btn {
  font-size: 12px;
  margin-top: 6px;
  color: #ff2f2f;
  font-weight: bold;
  cursor: pointer;
}

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

.shenzhen-page-content .popup-unbind-btn1 {
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #979797;
  display: flex;
  align-items: center;
  color: #979797;
  justify-content: center;
  cursor: pointer;
}
.shenzhen-page-content .popup-confirm-red {
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 8px 0;
  color: #fff;
  border: 1px solid #ff2f2f;
  background-color: #ff2f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 36px;
  cursor: pointer;
}

.shenzhen-page-content .popup-confirm-ok,
.shenzhen-page-content .popup-unbind-btn2 {
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 8px 0;
  color: #fff;
  border: 1px solid #ff2f2f;
  background-color: #ff2f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 36px;
  cursor: pointer;
}

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

.shenzhen-page-content .confirm-content {
  padding: 50px 39px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
}
.layui-layer-molv {
  border-radius: 0 !important;
  height: 40px !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;
}


