


/* 列表页搜索栏 */
.search-card-content {
  padding: 12px 24px;
  padding-top: 0;
  background: #fff;
  margin-bottom: 12px;
}

.search-item-content {
  margin-right: 10px;
  margin-top: 12px;
  position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.search-item-content.none {
  display: none;
}

.search-item-content.last, .search-item-content:last-child {
  margin-right: 0;
}

/* label */
.search-item-label {
  height: 32px;
  line-height: 32px;
  /* padding-right: 10px; */
  font-weight: bold;
  font-size: 14px;
  color: #333;
  display: inline-block;
}
.search-card-content .search-item-label{
  color: #777777;
}

.search-item-label.none {
  display: none;
}
.reqtab a{
  color: #333333;
  font-weight: bold;
}
.reqtabbox .active a{
  color: #0099FF;
}
.design-requirement .search-item-label {
  width: 144px;
}

.search-item-value {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 220px;
  position: relative;

}

.search-item-value + .search-item-value {
  margin-left: 10px;
}

.search-item-value.none {
  display: none;
}
.search-item-value.a_projectType .layui-form-select .layui-anim {
  display: none;
}
.search-item-value .input-select-right-icon {
  top: 12px;
}
.search-item-value.is_open .input-select-right-icon {
  transform: rotate(180deg);
  top: 8px;
}

.search-item-content button + button {
  margin-left: 12px;
}

.btn-text-group {
  position: relative;
}
.btn-text-group .btn-text-content {
  display: inline-block;
}
.btn-text-group .btn-text-content .text-btn {

}
.btn-text-group .btn-text-content .text-btn.active {
  
}

/* 产品需求 */
.product-requirement .search-item-label {
  width: 185px;
}
.product-requirement .form-item-content {
  display: inline-block;
  width: 220px;
  padding-right: 12px;
}
.product-requirement .search-item-value + .search-item-value {
  margin-left: 10px;
}
.product-requirement .form-item-content +  .form-item-content {
  /* padding-left: 12px; */
  /* margin-top: 0; */
}

/* 中文 */
.chinese-box .product-requirement .search-item-label {
  width: 135px;
}
.en-box .product-requirement .search-item-label.project-location {
  width: 185px;
}
/* 设计需求 */
.chinese-box .design-requirement .search-item-label {
  width: 120px;
}

.en-box .search-item-value.Interior_pj .layui-anim {
  width: 400px;
}
.en-box .search-item-value.Interior_pj .layui-form-select dl dd {
  white-space: break-spaces;
  line-height: 20px;
  padding: 6px 10px;
}
.en-box .search-item-value.a_projectType .layui-anim {
  width: auto;
}
.en-box .sm-block {
  display: none;
}
.sm-block.none {
  display: none!important;
}
.chinese-box .sm-block {
  display: none!important;
}

.clearbutton:hover {
  color: #0D7DEE;
}

/* 设计服务商列表 */
.en-box .design-provider .search-item-label {
  width: 170px;
}
.chinese-box .design-provider .search-item-label {
  width: 120px;
}
.TypesDecorationService1{
  line-height: 11px;
  width: 172px!important;
}
.TypesDecorationService2{
  position: relative;
  top: 10px;
  line-height: 10px;
}
/* 设计服务商  作品列表 */
.en-box .design-work-list .search-item-label {
  width: 120px;
}
.en-box .design-work-list .search-item-label.interior {
  line-height: 17px;
  padding-right: 3px;
}
.chinese-box .design-work-list .search-item-label {
  width: 120px;
}
/* 建筑 */
.en-box .design-work-list.TYPE_DESIGN_ARCHITECTURAL .search-item-label, 
.en-box .design-work-list.TYPE_DESIGN_ELECTROMECHANICAL .search-item-label {
  width: 180px;
}
.chinese-box .design-work-list.TYPE_DESIGN_ARCHITECTURAL .search-item-label {
  width: 120px;
}

/* 首页推荐作品 */
.en-box .design-work-search .search-item-label {
  width: 120px;
}
/* 建筑 */
.en-box .design-work-search.TYPE_DESIGN_ARCHITECTURAL .search-item-label {
  width: 180px;
}
.chinese-box .design-work-search.TYPE_DESIGN_ARCHITECTURAL .search-item-label {
  width: 120px;
}
/* 室内 */
.en-box .design-work-search.TYPE_DESIGN_INTERIOR .search-item-label {
  width: 150px;
}
.en-box .design-work-search .search-item-label.interior {
  line-height: 17px;
  padding-right: 3px;
}
.chinese-box .design-work-search .search-item-label {
  width: 120px;
}
.chinese-box .design-work-search.TYPE_DESIGN_INTERIOR .search-item-label {
  width: 120px;
}

/* 首页推荐产品列表 */
.product-list .search-card-content {
  margin-bottom: 0;
}

/* 切换栏 tab */
.search-card-content .reqtabbox {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.search-card-content .reqtabbox .reqtab {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 4px;
}
.search-card-content .reqtabbox .reqtab:hover {
  color: #0099FF;
}
.search-card-content .reqtabbox .active {
  background-color: #fff;
  color: #0099FF;
  font-weight: bold;
  border-bottom: 2px solid #0099FF;
}

.bm-skicky {
  position: relative;
}

.reqtab {
  text-align: center;
  padding-top: 12px;
  font-size: 16px;
  color: #666;
  margin-right: 0;
  cursor: pointer;
  background: #fff;
  position: relative;
}

.active .reqtab_triangle {
  display: block;
}

.r_req_fixed {
  position: fixed;
  width: 100%;
  margin-top: -207px;
  z-index: 19991014;
  background: #eeeeee;
  padding-top: 15px;
  -webkit-overflow-scroll:touch
}

.reqtab_triangle {
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #0D7DEC;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  display: none;
}
.bm-skicky .total_row {
  padding-top: 14px;
  position: absolute;
  right: 6px;
  top: 0;
}
.r_req_fixed .total_row {
  /* padding-right: 24px; */
  padding-top: 17px;
}
.page-total-content {
  margin-bottom: 6px;
  text-align: right;
  font-size: 12px;
}
/* 定义默认变量 */
  .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; }
  }
.search-card-content + .page-total-content {
  margin-top: -6px;
}
.bm-skicky .total_row.related-box {
  padding-top: 11px;
}
.r_req_fixed .total_row.related-box {
  padding-top: 14px;
}
.related-box .layui-form-checkbox[lay-skin="primary"] span {
  padding-right: 0;
}
.clear::after, .search-card-content::after {
  content: "";
  display: block;
  clear: both;
}
.pd-r0 {
  padding-right: 0;
}
.pd-r30 {
  padding-right: 30px;
}
.pd-l30 {
  padding-left: 30px;
}
.text-right {
  text-align: right;
}
.left-card {
  text-align: right;
  padding-right: 30px;
  padding-left: 0;
}
.right-card {
  padding-left: 30px;
  padding-right: 0;
  position: relative;
}
.flex-center-title-card {
  padding: 0 30px;
}
.search-btn-content {
  float: right;
}
.r_req_fixed .related-box {
  display: none;
}

/* 占位 */
.bm-skicky-placeholder {
  display: none;
  width: 100%;
  min-height: 1px;
}
.r_req_fixed + .bm-skicky-placeholder {
  display: block;
}

.product-list .r_req_fixed {
  margin-left: 0px!important;
  padding: 0px!important;
}
/* .wrap */
.en-box  .sm-block.wrap, .chinese-box .sm-block.wrap {
  display: block!important;
}
/* .en-box .design-requirement .sm-block.no-wrap + .deisng-project-type .project-menu .pj_menu1, 
.en-box .design-requirement .sm-block.no-wrap + .deisng-project-type .project-menu .pj_menu2 {
  width: 240px;
  right: -240px
} */
.en-box  .sm-block.none, .chinese-box .sm-block.none {
  display: none!important;
}

/* 搜索栏 下拉框 数据太长 换行 */
.search-select-item-wrap .layui-form-select .layui-anim {
  max-height: inherit;
  width: 375px;
}
.search-select-item-wrap .layui-form-select dl dt, 
.search-select-item-wrap .layui-form-select dl dd {
  white-space: normal;
  line-height: 18px;
  padding: 6px 10px;
}
/* end */
/* 搜索栏 下拉多选 */
.designServiceSubTypeBox .property-checkbox {
  width: 330px;
  max-height: 500px;
  max-width: 330px;
}

.property-item .layui-form-checkbox {
  padding: 6px 20px 6px 8px;
}
.property-item .layui-form-checkbox:hover span {
  color: #007DEE;
}
.property-item .layui-form-checkbox span {
  white-space: normal;
}
.property-checkbox .property-item .layui-form-checked::after {
  top: 6px;
}
.property-checkbox[style*='display: block;'] + .localicon {
  transform: rotate(180deg);
  top: 10px;
}
@media screen and (max-width: 1366px) {
  .designServiceSubTypeBox .property-checkbox {
    width: 330px;
    max-height: 500px;
  }
}
/* end */
@media screen and (max-width: 1530px) {
  .en-box  .sm-block {
    display: block!important;
  }
  .TypesDecorationService1{
    width: 170px!important;
  }
  .header-search .sm-show-subtype-wrap {
    display: block!important;
  }
  .en-box .product-requirement .search-item-label.search-label {
    width: 185px;
  }
}

@media screen and (max-width: 1024px) {
  .en-box .design_requirement .search-item-content {
    display: block;
  }
  .en-box .design_requirement .search-item-content.Architecture_pj.none {
    display: none;
  }
  .en-box .design_requirement .search-card-content {
    padding-top: 1px;
  }
  .en-box .category-content .form-item-content:first-child .layui-anim {
    width: 400px;
  }
  .en-box .category-content .form-item-content:first-child .layui-form-select dl dd {
    white-space: break-spaces;
    line-height: 20px;
    padding: 6px 10px;
  }

}
/* 点赞 */
.flex-border{display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #EEEEEE;padding-bottom: 6px;margin-left: 6px;margin-bottom: 12px;}
.flex-border .des_company_title{padding: 0 ;margin: 0;}
.flex-border .cursor_default {flex-grow: 1;}
.flex-border  .bm_border_bottom{border: none;}
.flex-border .Service_box{font-size: 14px;display: flex;}
.flex-border .icon-img{width: 16px;height: 12px;}
.flex-border .color_g{color: #999999;}
.flex-border .color_bule{color: #0099FF;margin: 0 5px;}
.des_info {
  margin-left: 6px;
}