/* * @Author: lihenghong  * @Date: 2020-04-22 10:33:54  * @Page Name: lihenghong  Newpage*/

.w100 {
  width: 100%;
}

.des_imgbox {
  width: 88px;
  height: 88px;
  display: inline-block;
  border: 1px solid #E6E6E6;
  line-height: 87px;
  position: relative;
}
.des_imgbox img {
  max-width: 100%;
  max-height: 100%;
}

.des_info {
  vertical-align: top;
}

.w30 {
  display: inline-block;
  width: 30%;
}

.w70 {
  display: inline-block;
  width: 69%;
}

.des_case_img {
  width: 100%;
  height: 125px;
  /* line-height: 124px; */
  border: 1px solid #E6E6E6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.des_case_img img {
  max-width: 100%;
  max-height: 100%;
  /* margin-top: -1px; */
}

.des_company_title {
  margin-left: 6px;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.des_case_list {
  padding: 0;
}

.des_caseimgbox:last-child {
  padding-left: 6px;
  /* padding-right: 2px */
}

.areamodal {
  opacity: 0.51;
  width: 810px;
  height: 390px;
}

.nobg {
  background: none !important;
  box-sizing: border-box;
}

.areamodalbox {
  position: absolute;
  background: #fff;
  top: 5px;
  left: 5px;
  width: 800px;
  height: 380px;
}

.area_title_row {
  padding: 14px 17px;
  border-bottom: 1px solid #e6e6e6;
}

.nav_box .layui-nav-tree {
  width: 189px;
}

.nav_box {
  height: 332px;
  border-right: 1px solid #e6e6e6;
  overflow: auto;
}

.countrybox {
  width: 584px;
  float: left;
  height: 330px;
  padding: 12px;
  box-sizing: border-box;
  overflow-y: auto;
}

.area-nav {
  background-color: #fff!important;
  color: #333!important;
}

.area-nav .layui-nav-itemed>a {
  font-weight: bold;
}

.area-nav .layui-nav-itemed>a,
.area-nav .layui-nav-child,
.area-nav .layui-nav-item a,
.area-nav .layui-nav-child a {
  color: #333 !important;
}

.area-nav .layui-nav-item {
  border-bottom: 1px solid #e6e6e6;
}

.area-nav .layui-nav-itemed>a .layui-nav-more {
  border-bottom-color: #C8C8C8;
}

.area-nav .layui-nav-more {
  border-top-color: #C8C8C8;
}

.area-nav .layui-nav-itemed>.layui-nav-child {
  background-color: #fff !important;
}

.area-nav .layui-nav-bar {
  background-color: #0D7DEE;
}

.area-nav .layui-nav-item a:hover {
  background-color: #f3f5f7 !important;
}

.area-nav .layui-nav-child dd.layui-this a {
  background-color: #fff !important;
  color: #0D7DEE !important;
}

.TP_countries {
  margin-right: 12px;
  display: inline-block;
}

.countries {
  height: 12px;
}

.countries .country-name {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  font-size: 12px;
  vertical-align: middle;
}

.cho-country {
  display: none;
}

.des_select_line {
  border-bottom: 1px solid #eeeeee;
  height: 1px;
  /*��������916��ʽ�������� margin: 5px 0px; */
  margin: 15px 0px;
}

.clearallbox {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 100%;
  cursor: pointer;
}

.clearbutton {
  border: none;
  background: none;
  /* border-bottom: 1px solid #0d7dee; */
  cursor: pointer;
  color: #999;
}

.desListInfo {
  position: relative;
  /* min-height: 190px; */
}

.desListInfo .open_im {
  /* position: absolute;
  bottom: 0px; */
}


@media screen and (max-width: 1440px) {
  .w30 {
    width: 28%;
    vertical-align: top;
  }

  .des_info {
    vertical-align: top;
  }

  /* .desListInfo {
    min-height: 230px;
  } */
}

.localicon {
  position: absolute;
  right: 7px;
  top: 42%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  color: #c2c2c2;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.CantonFairTag {
  /* border: 1px solid #1D62A5; */
  /* border-radius: 4px; */
  /* padding: 6px 12px; */
  font-size: 12px;
  margin-right: 16px;
  color: #1D62A5;
}

.CantonFairTag img {
  width: 12px;
  margin-right: 6px;
  vertical-align: text-top;
}

.type_desgin {
  margin-bottom: 10px;
  font-size: 20px;
}

.layui-colla-title {
  background-color: #fff
}

.layui-colla-content,
.layui-collapse,
.layui-colla-item {
  border: none;
}

.layui-colla-title {
  padding: 12px;
  height: initial;
  line-height: initial;
  margin: -1px -12px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.layui-colla-icon {
  right: 12px;
  top: 12px;
  left: initial;
}

.hide_content {
  height: 140px;
  overflow: hidden;
}

.showmore_text {
  padding-left: 5px;
  cursor: pointer;
  color: #0099FF;
}


.desginServiceType .layui-form-radio {
  padding-right: 5px;
}

.cursor_default {
  cursor: pointer;
}
.des_company_title {
  max-width: calc(100% - 40px);
}
.search_content .des_company_title {
  min-height: 25px;
}
.max_w_100 {
  max-width: 100%;
}
/* 2021-06-07 */
.design-slider {
  /* padding-top: 44px; */
  position: relative;
}

.design-slider .bm_normal_title {
  position: absolute;
  /* padding-left: 12px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #e6e6e6;
  margin-bottom: 0;
}

.small_title_text {
  font-size: 18px;
  /* line-height: 1.25;
  width: 280px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
.TYPE_DESIGN_GLASS_CURTAIN_WALL .small_title_text {
  font-size: 15px;
}
.TYPE_DESIGN_STEEL_STRUCTURE .small_title_text {
  font-size: 17px;
}
.TYPE_DESIGN_GLASS_CURTAIN_WALL .primary-title {
  font-size: 15px;
}

.mar-t15 {
  margin-top: 15px;
}

.design-slider .layui-form-radio>i {
  font-size: 18px;
}

.showmore_text .s_text {
  text-decoration: underline;
}

/* .child-content {
  padding-left: 10px;
}

.child-content.child-select {
  padding-left: 5px;
} */

.left_content .layui-form-radio {
  padding-right: 0;
}
.left_content .layui-form-radio>i {
  margin-right: 7px;
}

.list-item-left {
  width: 135px;
}

.chinese-box .list-item-left {
  width: 120px;
}

.company-logo-box {
  text-align: center;
  margin-right: 12px;
  width: 145px;
}

.chinese-box .company-logo-box {
  width: auto;
}

.company-tag {
  display: block;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  background-color: #007DEE;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  margin-top: 12px;
  padding-right: 5px;
}
.company-tag i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  margin-right: 6px;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
}
.single-design i {
  background-image: url(/images/new-icon/single-design-d7a53042d5b1b98dfc7a8ee8da8646fb.png);
  background-repeat: no-repeat;
  margin-left: 6px;
  margin-right: 4px;

}
.company-design i {
  background-image: url(/images/new-icon/company-design-fc83a9d815d818a81b52da3f943b263c.png);
  background-repeat: no-repeat;

}

.desginServiceType.child-content .layui-form-radio {
  width: 100%;
}

.chinese-box .countries {
  height: 16px;
}

/* .noResultsBox {
  display: block!important;
} */

.search-list-card {
  padding: 10px 12px 10px 12px;
  margin-bottom: 12px;
}
.search-info {
  min-height: 160px;
}

.change-content .card {
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  color: #666;
  font-size: 16px;
}

.change-content .card.flex-item:nth-child(1) {
  margin-right: 3px;
}

.change-content .card.flex-item:nth-child(2) {
  margin-left: 3px;
}

.change-content {
  width: 460px;
}
.chinese-box .change-content {
  width: 260px;
}

.change-content .card.active{
  background-color: #007DEE;
  color: #fff;
}
.card .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.mar-l50 {
  margin-left: 50px;
}

.new_w100 .layui-unselect {
  display: flex;
  justify-self: flex-start;
}

.new_w100 .layui-unselect div {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layui-unselect.layui-form-radio {
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
  display: -moz-box; /* Firefox 17- */  
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
  display: -moz-flex; /* Firefox 18+ */  
  display: -ms-flexbox; /* IE 10 */  
  display: flex;
  
}

/* bug 15316-设计服务商列表，中文站建筑施工图、钢结构设计、玻璃幕墙设计 隐藏掉 设计服务商（公司、个人）这个筛选项，头部搜索不用处理 */
.design-provider.TYPE_DESIGN_ARCHITECTURE_STRUCTURE .design-service,
.chinese-box .design-provider.TYPE_DESIGN_STEEL_STRUCTURE .design-service,
.chinese-box .design-provider.TYPE_DESIGN_GLASS_CURTAIN_WALL .design-service
{
  display: none!important;
}

.des_info .btnBox{
  width: fit-content;
}
@media screen and (max-width: 1530px) {
  .design_label{max-width: 1000px;}
  .w70 {
    width: 68%;
  }
  .des_info .btnBox{
    margin-top: 30px;
  }
}
.landscapetype,
.landscapeDesign{
  color: #666666 ;
  font-weight: bold;
}