

.property-checkbox{
  border: 1px solid #D6D7D7;
  margin-top: 2px;
  /* padding-left: 4px; */
  display: inline-block;
  position: absolute;
  min-width: 260px;
  box-sizing: border-box;
  background-color: #F5F5F5;
  border-radius: 2px;
  box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 3px 12px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
  z-index: 9998;
  display: none;
  max-height: 185px;
  overflow-y: auto;
}
.property-item{
  display: flex;
  width: 100%;
  /* white-space: nowrap; 
  text-overflow: ellipsis;*/
  cursor: pointer;
  /* margin: 5px 3px; */
  min-height: 30px;
  align-items: center;
  background-color: #fff;
}
.property-item.all-item {
  color: #fff;
  background-color: #007DEE;
}
.property-item.all-item .layui-form-checkbox[lay-skin="primary"] span {
  color: #fff;
}
.property-item .layui-icon-ok {
  display: none;
}
.property-item .layui-form-checkbox {
  padding-left: 8px !important;
  width: 100%;
}
.property-item .layui-form-checked {
  position: relative;
  width: 100%;
  padding-right: 20px;
}
.property-item .layui-form-checked > span {
   color: #007DEE;
}
.property-item .layui-form-checked::after {
  position: absolute;
  top: 0;
  right: 8px;
  content: " ";
  width: 16px;
  height: 16px;
  background-image: url(https://www.buildmost.cn/images/blue_check-64419051b2cd37cf7317e753193198a3.png);
}
.productProperty .layui-input { 
  padding-right: 28px !important;
}
.productProperty .layui-form-checkbox > span {
  padding-right: 28px !important;
}
.sm_header > h3{
  margin-right: 4px;
}
.localicon {
  position: absolute;
  right: 8px;
  top: 42%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  color: #c2c2c2;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.multipleClass {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
  /* 定义默认变量 */
  .page-total-content {
    --padding-right: 0; /* 默认值（可根据需求调整） */
    padding-right: var(--padding-right);
    transition: padding-right 0.3s ease; /* 可选：添加过渡动画，使变化更平滑 */
  }

  /* 媒体查询动态修改变量 */
  @media screen and (max-width: 1540px) {
    .page-total-content { --padding-right: 12px; }
  }
  @media screen and (max-width: 1366px) {
    .page-total-content { --padding-right: 22px; }
  }
  @media screen and (max-width: 1300px) {
    .page-total-content { --padding-right: 34px; }
  }
  @media screen and (max-width: 1280px) {
    .page-total-content { --padding-right: 44px; }
  }
  @media screen and (max-width: 1260px) {
    .page-total-content { --padding-right: 54px; }
  }
  @media screen and (max-width: 1280px) {
    .page-total-content { --padding-right: 84px; }
  }