@charset "UTF-8";

/* 重设样式 */

*{margin:0;padding:0;list-style:none;border:none;outline:none;}

body{font:12px/1.5 "微软雅黑","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;font-style: normal;font-variant:normal;}

/* 内外边距通常让各个浏览器样式的表现位置不同 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    /* font-family: "SourceHanSansCN-Bold", "SourceHanSansCN"; */
    font-family: 'Noto Sans SC','STHeiti Light','Source Han Sans CN','SimHei', "Times New Roman",Georgia,Serif,SimHei;
}
body{
  position: relative;
}
input, select, textarea {font-size: 100%;}

/* 去掉各 Table  cell 的边距并让其边重合 */

table {border-collapse: collapse;border-spacing: 0;}

/* 去除默认边框 */

fieldset, img {border: 0;}

/* 去掉 firefox 下此元素的边框 */

abbr, acronym {border: 0;font-variant: normal;}

/* 一致的 del 样式 */

del {text-decoration: line-through;}

address, caption, cite, code, dfn, em, th, var,i {font-size:100%;font-style: normal;font-weight: normal;}

/* 去掉列表前的标识, li 会继承 */

ol, ul,li {list-style: none;}

/* 对齐是排版最重要的因素, 别让什么都居中 */

caption, th {text-align: left;}

/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */

h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}

q:before, q:after {content: '';}

/* 正常链接 未访问 */

/* 鼠标悬停 */

a:hover {text-decoration:none;}

/* 默认不显示下划线，保持页面简洁 */

ins, a {text-decoration: none;color:#000000;

    -moz-transition:all .3s ease-in;

    -webkit-transition:all .3s ease-in;

    -o-transition:all .3s ease-in;

    -ms-transition:all .3s ease-in;

    transition:all .3s ease-in;}
html,body{width: 100%;background: white;}
.container{
  width: 100%;
  height: auto;
  background-color: white;
}
.mallb_header{
  width: 100%;
  height: 0.88rem;
}
.mallb_header_center{
  width: 7.1rem;
  height: 100%;
  line-height: 0.88rem;
  text-align: center;
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  box-sizing: border-box;
}
.mallb_header_return{
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  top: 0.28rem;left: 0;
}
.mallb_header_return img{
  width: 100%;
  height: 100%;
  display: block;
}
.mallb_header_logo{
  width: 1.73rem;
  height: 0.46rem;
  position: absolute;
  top: 0.16rem;
  left: 50%;
  margin-left: -0.86rem;
}
.mallb_header_seach{
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background-color: #F6F6F6;
  position: absolute;
  top: 0.15rem;right: 1.18rem;
  padding: 0.13rem 0 0 0.14rem;
  box-sizing: border-box;
}
.mallb_header_seach img{
  width: 0.32rem;
  height: 0.32rem;
  display: block;
}
.mallb_header_menu{
  width: 1.08rem;
  height: 0.56rem;
  position: absolute;
  top: 0.16rem;
  right: 0;
}
.mallb_header_menu img,.mallb_header_logo img{
  width: 100%;
  height: 100%;
  display: block;
}
.malxq_banner{
  width: 100%;
  height: 12.5rem;
}
.malxq_houseType{
  width: 100%;
  height: auto;
  margin-bottom: 0.45rem;
}
.malxq_houseType_banner{
  width: 100%;
  height: auto;
}
.malxq_houseType_banner img{
  width: 100%;
  height: 100%;
  display: block;
}
.malxq_houseType_text{
  width: 6.94rem;
  height: auto;
  padding-top: 0.5rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.malxq_houseType_text h3{
  width: 100%;
  height: auto;
  line-height: 0.48rem;
  font-size: 0.36rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
}
.malxq_houseType_text_time{
  width: 100%;
  height: 0.22rem;
  line-height: 0.22rem;
  position: relative;
  font-size: 0.22rem;
  margin: 0.44rem 0 0.54rem 0;
  display: flex;
  justify-content: space-between;
}
.malxq_houseType_text_time p{
  width: auto;
  height: 100%;
  color: #999999;
}
.malxq_houseType_text_time_right{
  width: auto;
  height: 100%;
  line-height: 0.22rem;
  position: relative;
}
.malxq_houseType_text_time_right span{
  width: auto;
  height: 100%;
  color: #999999;
  display: block;
  margin-left: 0.26rem;
}
.malxq_houseType_text_time_right img{
  width: 0.22rem;
  height: 0.19rem;
  position: absolute;
  top: 0.03rem;
  display: inline-block;
}
.malxq_houseType_text_type{
  width: 100%;
  height: 1.52rem;
  background: #F2F2F2;
  border-radius: 8px;
  padding: 0.34rem 0.2rem 0 0.21rem;
  box-sizing: border-box;
  margin-bottom: 0.28rem;
}
.malxq_houseType_text_seven{
  width: 100%;
  height: 1.96rem;
  margin-bottom: 0.7rem;
}
.malxq_houseType_text_seven img{
  width: 100%;
  height: 1.96rem;
  display: block;
}
.malxq_houseType_text_type ul{
  width: 6.66rem;
  height: 0.8rem;
}
.malxq_houseType_text_type ul li{
  width: 2.96rem;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.24rem;
  color: #666666;
  display: inline-block;
  margin: 0 0.4rem 0.15rem 0;
}
.malxq_houseType_text_type ul li:nth-of-type(2),.malxq_houseType_text_type ul li:nth-of-type(4){
  margin-right: 0;
}
.malxq_houseType_text_type ul li:nth-of-type(3),.malxq_houseType_text_type ul li:nth-of-type(4){
  margin-bottom: 0;
}
.malxq_houseType_text_idea{
  width: 100%;
  height: auto;
  font-size: 0.28rem;
  color: #313131;
  line-height: 0.4rem;
}
.malxq_introduce{
  width: 6.94rem;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0.4rem;
  padding-top: 0.1rem;
}
.malxq_introduce_title,.malxq_designer_title{
  width: 100%;
  height: 0.42rem;
  line-height: 0.32rem;
  position: relative;
  padding-left: 0.03rem;
  box-sizing: border-box;
  font-size: 0.36rem;
  font-weight: bold;
  color: #313131;
  margin-bottom: 0.46rem;
  z-index: 6;
}
.malxq_introduce_background{
  width: 0.76rem;
  height: 0.18rem;
  position: absolute;
  bottom: 0.04rem;left: 0;
  background: linear-gradient(90deg, #FFE14D 0%, rgba(255, 209, 77, 0.12) 100%);
  z-index: -1;
}
.malxq_introduce_text{
  width: 100%;
  height: auto;
  font-weight: 500;
  color: #313131;
  margin-bottom: 0.52rem;
  letter-spacing: 1px;
  font-size: 0.28rem;
}
.malxq_introduce_xiaoguotu,.malxq_introduce_xiaoguotu img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0.4rem;
}
.malxq_introduce_xiaoguotu2,.malxq_introduce_xiaoguotu2 img{
  width: 100%;
  height: 5.34rem;
  display: block;
}
.malxq_designer{
  width: 6.94rem;
  height: 4.86rem;
  margin: 0 auto;
  position: relative;
}
.malxq_designer .malxq_designer_title{
  margin-bottom: 0.42rem;
  margin-top: 0.4rem;
}
.malxq_designer_left,.malxq_designer_left img{
  width: 2.55rem;
  height: 3.4rem;
  display: inline-block;
  position: relative;
  z-index: 6;
  border-radius: 0.16rem;
}
.malxq_designer_left .bjone{
  width: 0.16rem;
  height: 3.03rem;
  background: url('/static/uploads/image/designer/20220227/bjt.png') no-repeat;
  background-size: auto 100%;
  background-position-x: center;
  margin-top: -1px;
  position: absolute;
  top: 0.12rem;right: -0.16rem;
  z-index: 5;
}
.malxq_designer_right{
  width: 3.95rem;
  height: 3.24rem;
  padding-top: 0.24rem;
  box-sizing: border-box;
  margin-left: 0.28rem;
  position: absolute;
  right: 0;top: 0.9rem;
}
.malxq_designer_right span{
  width: 1.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  color: #313131;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;left: 0;
  letter-spacing: 1px;
}
.sjslb_sjs_list_right_sjs{
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  position: relative;
}
.sjsname{
  height: 100%;
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: bold;
  display: inline-block;
}
.malxq_designer_right .company {
  padding: 0.1rem 0.21rem;
  background-color: #fff0c2;
  color: #B77B2F;
  font-size: 0.22rem;
  line-height: 0.22rem;
  font-weight: bold;
  border-radius: 0.2rem;
  letter-spacing: 1px;
  display: inline-block;
  margin-left: 0.16rem !important;
  position: absolute !important;
  top: 0 !important;
}
.malxq_designer_right ul{
  width: 3.6rem;
  height: 0.26rem;
  line-height: 0.26rem;
  font-size: 0.26rem;
  color: #666666;
  margin-top: 0.25rem;
}
.malxq_designer_right ul li{
  padding: 0 0.16rem;
  height: 0.26rem;
  display: inline-block;
  border-right: 0.02rem solid #666666;
}
.malxq_designer_right ul li:first-child{
  padding-left: 0;
  padding-right: 0.24rem;
}
.malxq_designer_right ul li:last-child{
  padding-left: 0.17rem;
  box-sizing: border-box;
  border-right: none;
}
.malxq_designer_right p{
  width: 100%;
  height: 0.8rem;
  line-height: 0.4rem;
  font-size: 0.25rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.16rem 0;
}
.malxq_designer_right_bt,.malxq_designer_right_bt img{
  width: 100%;
  height: 0.72rem;
  display: block;
}
.mallb_list_designer{
  width: 100%;
  height: auto;
  background: #F2F2F2;
  padding: 0.36rem 0 0.31rem 0;
  box-sizing: border-box;
}
.mallb_list_designer a{
  width: 6.94rem;
  height: 6.76rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.28rem;
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 2px 6px 2px rgba(242, 242, 242, 0.5);
}
.mallb_list_designer_lists{
  width: 6.94rem;
  height: 6.76rem;
  position: relative;
}
.mallb_list_designer_lists p{
  max-width: 4.53rem;
  height: 0.41rem;
  line-height: 0.41rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  box-sizing: border-box;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 4.54rem;
  left: 0.22rem;
  font-size: 0.24rem;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0 0.2rem 0 0.2rem;
}
.mallb_list_designer_lists .img{
  width: 100%;
  height: 5.2rem;
  display: block;
  margin-bottom: 0.4rem;
}
.mallb_list_designer_lists .designer{
  width: 2.1rem;
  height: 2.1rem;
  text-align: center;
  line-height: 0.39rem;
  font-size: 0.26rem;
  color: #666666;
  position: absolute;
  top: 4.5rem;right: 0.12rem;
}
.designer img{
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.1rem;
  border-radius: 50%;
  border: 0.08rem solid white;
  box-sizing: border-box;
}
.mallb_list_designer_text{
  width: 3.7rem;
  height: 0.76rem;
  padding-left: 0.28rem;
}
.mallb_list_designer_text h2{
  width: 4.5rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.28rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.mallb_list_designer_text ul{
  width: 100%;
  height: 0.24rem;
  line-height: 0.24rem;
  margin: 0.21rem 0 0 -0.13rem;
  display: flex;
  justify-content: flex-start;
}
.mallb_list_designer_text ul li{
  padding: 0 0.1rem 0 0.1rem;
  font-size: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  color: #666666;
  border-right: 0.02rem solid #666666;
}
.mallb_list_designer_text ul li:last-child{
  border-right: none;
}
.mallb_list_designer_title{
  width: 6.94rem;
  height: 0.36rem;
  line-height: 0.36rem;
  margin: 0.45rem auto;
  position: relative;
}
.mallb_list_designer_title h3{
  width: 100%;
  height: 100%;
  font-size: 0.36rem;
  letter-spacing: 1px;
  color: #313131;
  font-weight: bold;
}
.mallb_list_designer_title a{
  width: 1.3rem;
  height: 0.26rem;
  line-height: 0.22rem;
  font-size: 0.22rem;
  color: #666666;
  position: absolute;
  top: 0.06rem;right: 0;
  display: block;
  background: #F2F2F2;
  padding-left: 0.1rem;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.mallb_list_designer_title a img{
  width: 0.17rem;
  height: 0.16rem;
  display: block;
  position: absolute;
  top: 0.02rem;right: 0;
}
.mallb_list_Introduction{
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 0.15rem 0 0 0;
  box-sizing: border-box;
}
.mallb_list_Introduction .mallb_list_designer_title{
  margin-top: 0;
}
.mallb_list_Introduction_list{
  width: 6.94rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.28rem;
  box-sizing: border-box;
}
.mallb_list_Introduction_list a{
  width: 100%;
  height: 1.77rem;
  margin-bottom: 0.28rem;
  border-radius: 0.16rem;
  background-color: #ffffff;
  display: block;
  position: relative;
  overflow: hidden;
}
.mallb_list_Introduction_list a:last-of-type{
  margin-bottom: 0;
}
.mallb_list_Introduction_list a img{
  width: 2.36rem;
  height: 100%;
  display: inline-block;
  margin-right: 0.28rem;
}
.mallb_list_Introduction_list a h3{
  width: 3.96rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.28rem;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  position: absolute;
  top: 0.31rem;left: 2.59rem;
  letter-spacing: 1px;
}
.mallb_list_Introduction_list a p{
  width: 3.96rem;
  height: 0.6rem;
  line-height: 0.3rem;
  font-size: 0.22rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  top: 0.85rem;left: 2.59rem;
}


.zxglxq_option{

  width: 7rem;

  height: 0.36rem;

  margin: 0 auto;
  margin-bottom: 0.9rem;

  position: relative;

  padding-left: 0.6rem;

  box-sizing: border-box;

}

.zxglxq_option h3{

  width: auto;

  height: 100%;

  font-size: 0.25rem;

  color: #333333;

  position: absolute;

  left: 0;top: 0.065rem;

  font-weight: bold;

}

.zxglxq_option span{
  padding: 0.09rem 0.24rem;
  height: 100%;
  line-height: 0.35rem;
  font-size: 0.22rem;
  color: #ffc34d;
  background: #FFFBE6;
  border-radius: 0.3rem;
  display: inline-block;
  margin-right: 0.08rem;
  font-weight: bold;
}



.zhezhao{
  position:fixed; z-index:99; top:0px; left:0px; background: #000;opacity:0.5; width: 100%; height: 100%;display: none;
}

input::-webkit-input-placeholder {
  color: #6c6c6c !important;
}
input::-moz-input-placeholder {
  color: #6c6c6c !important;
}











