@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%}

.container{

  width: 100%;

  height: auto;

}

.mallb_header{

  width: 100%;

  height: 0.88rem;

  position: relative;

  background-color: #fff;

  z-index: 999;

}

.mallb_header_center{

  width: 6.88rem;

  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_center span{

  font-size: 0.36rem;

  color: #333333;

}

.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{

  width: 100%;

  height: 100%;

  display: block;

}

.sjslb_list{

  width: 100%;

  height: auto;

  position: fixed;

  background-color: #fff;

  z-index: 999;
  top: 0.9rem;left: 0;

}

.mallb_list_top{

  width: 100%;

  height: 0.88rem;

  position: relative;

}

.mallb_list_top ol{

  width: 60%;

  height: 100%;

  border-bottom: 1px solid #f2f2f2;

  display: flex;

  justify-content: space-between;

  position: absolute;

  right: 0;

}

.mallb_list_top_heat{

  width: 30%;

  height: 100%;

  line-height: 0.88rem;

  text-align: center;

  font-size: 0.28rem;

  color: #333333;

  position: absolute;

  left: 0;

}

.mallb_list_top ol li{

  width: 44%;

  height: 100%;

  line-height: 0.88rem;

  font-size: 0.28rem;

  color: #333333;

  position: relative;

  padding-left: 0.16rem;

  box-sizing: border-box;

}
.mallb_list_top ol li.show img{
  transform: rotate(180deg);
}
.mallb_list_top ol li.active,.mallb_list_top_heat.active {
  color: #FFD000;
  font-weight: bold;
}
.mallb_list_top ol li.active img.imgone,.mallb_list_top_heat.active img.imgone {
  display: none;
}
.mallb_list_top ol li.active img.imgtwo,.mallb_list_top_heat.active img.imgtwo {
  display: inline-block;
}
.mallb_list_top .downlist.show{
  display: block;
}


.mallb_list_top ol li .imgone,.mallb_list_top_heat .imgone{

  width: 0.24rem;

  height: 0.24rem;

  display: inline-block;

  margin-left: 0.08rem;

  margin-top: 0.04rem;

}

.mallb_list_top ol li:nth-child(2){

  padding-left: 0.56rem;

}

.mallb_list_top ol li:last-child{

  padding-left: 0rem;

}

.mallb_list_top ol li img:last-child{

  margin-left: 0.08rem;

}

.mallb_list_top ol li.active .imgone,.mallb_list_top_heat.active .imgone{

  display: none;

}

.mallb_list_top ol li.active .imgtwo,.mallb_list_top_heat.active .imgtwo{

  display: inline-block;

}

.mallb_list_top ol li .imgtwo,.mallb_list_top_heat .imgtwo{

  width: 0.24rem;

  height: 0.24rem;

  display: inline-block;

  margin-left: 0.13rem;

  margin-top: 0.04rem;

  display: none;

}

.mallb_list_lifeStyle,.mallb_list_style,.mallb_list_houseType{

  width: 100%;

  height: auto;

  position: absolute;

  top: 0.88rem;left: 0;

  padding-top: 0.23rem;

  box-sizing: border-box;

  z-index: 10;

  background-color: #fff;

  border-radius: 0 0 0.16rem 0.16rem;

  display: none;

}

.mallb_list_lifeStyle ul,.mallb_list_style ul,.mallb_list_houseType ul{

  width: 7rem;

  height: auto;

  margin: 0 auto;

}
.mallb_list_style ul,.mallb_list_houseType ul{
  display: flex;
  flex-wrap: wrap;
}
.mallb_list_style ul li{
  width: 1.9rem;

  height: 0.64rem;

  margin: 0 auto;
}
.mallb_list_lifeStyle ul li,.mallb_list_style ul li,.mallb_list_houseType ul li{

  width: 1.9rem;

  height: 0.64rem;

  line-height: 0.64rem;

  text-align: center;

  font-size: 0.26rem;

  background: #F2F2F2;

  border-radius: 8px;

  display: inline-block;

  margin: 0 0.51rem 0.28rem 0;

  letter-spacing: 1px;

  color: #666666;

  font-weight: 400;
  overflow: hidden;

}

.mallb_list_lifeStyle ul li.active,.mallb_list_style ul li.active,.mallb_list_houseType ul li.active{

  background-color: #FFFBE6;

  border: 0.02rem solid #FFED87;

  color: #FFD000;

  box-sizing: border-box;

}

.mallb_list_lifeStyle ul li:nth-child(3),.mallb_list_lifeStyle ul li:nth-child(6),.mallb_list_lifeStyle ul li:nth-child(9){

  margin-right: 0;

}

.mallb_list_style ul li:nth-child(3),.mallb_list_style ul li:nth-child(6),.mallb_list_style ul li:nth-child(9){

  margin-right: 0;

}

.mallb_list_houseType ul li:nth-child(3),.mallb_list_houseType ul li:nth-child(6),.mallb_list_houseType ul li:nth-child(9),.mallb_list_houseType ul li:nth-child(12),.mallb_list_houseType ul li:nth-child(15),.mallb_list_houseType ul li:nth-child(18),.mallb_list_houseType ul li:nth-child(21),.mallb_list_houseType ul li:nth-child(24),.mallb_list_houseType ul li:nth-child(27),.mallb_list_houseType ul li:nth-child(30),.mallb_list_houseType ul li:nth-child(33),.mallb_list_houseType ul li:nth-child(36){

  margin-right: 0;

}

.mallb_list_lifeStyle ul li:nth-child(1),.mallb_list_lifeStyle ul li:nth-child(4),.mallb_list_lifeStyle ul li:nth-child(7){

  margin-left: 0.07rem;

}

.mallb_list_style ul li:nth-child(1),.mallb_list_style ul li:nth-child(4),.mallb_list_style ul li:nth-child(7){

  margin-left: 0.07rem;

}

.mallb_list_houseType ul li:nth-child(1),.mallb_list_houseType ul li:nth-child(4),.mallb_list_houseType ul li:nth-child(7),.mallb_list_houseType ul li:nth-child(10),.mallb_list_houseType ul li:nth-child(13),.mallb_list_houseType ul li:nth-child(16),.mallb_list_houseType ul li:nth-child(19),.mallb_list_houseType ul li:nth-child(22),.mallb_list_houseType ul li:nth-child(25),.mallb_list_houseType ul li:nth-child(28),.mallb_list_houseType ul li:nth-child(31),.mallb_list_houseType ul li:nth-child(34){

  margin-left: 0.07rem;

}

.active{

  display: block;

}

.sjslb_sjs_list{

  width: 100%;

  height: calc(100% - 2.05rem);

  background-color: #f2f2f2;

  padding: 1.16rem 0 0.1rem 0;

  box-sizing: border-box;

}

.sjslb_sjs_list a{

  width: 6.94rem;

  height: 3.38rem;

  background: #FFFFFF;

  box-shadow: 0px 0px 11px 0px rgba(223, 223, 223, 0.2), 0px 0px 6px 0px rgba(242, 242, 242, 0.5);

  border-radius: 16px;

  margin: 0 auto;

  margin-bottom: 0.28rem;

  padding-top: 0.2rem;

  box-sizing: border-box;

  display: block;

}

.sjslb_sjs_list_center{

  width: 6.54rem;

  height: 3rem;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;

}

.sjslb_sjs_list_left{

  width: 2.25rem;

  height: 100%;

  position: relative;

  border-radius: 0 0.16rem 0.16rem 0.16rem;

  overflow: hidden;

}

.sjslb_sjs_list_left img{

  width: 100%;

  height: 100%;

  display: block;

}

.sjslb_sjs_list_tuijian{

  width: 0.96rem;

  height: 0.36rem;

  position: absolute;

  top: 0;left: 0;

}

.sjslb_sjs_list_tuijian img{

  width: 100%;

  height: 100%;

  display: block;

}

.sjslb_sjs_list_right{

  width: 3.96rem;

  height: 100%;

  position: relative;
  padding-top: 0.2rem;
  box-sizing: border-box;

}

.sjslb_sjs_list_right span{

  width: 1.16rem;

  height: 0.4rem;

  line-height: 0.4rem;

  font-size: 0.32rem;

  color: #333333;

  font-weight: bold;

  display: inline-block;

  position: absolute;

  top: 0.22rem;left: 0;

  letter-spacing: 1px;

}


.sjslb_sjs_list_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;
  position: absolute;
  top: 0;
}

.sjslb_sjs_list_right ul{

  width: 100%;

  height: 0.26rem;

  line-height: 0.26rem;


  color: #666666;

  display: flex;

  justify-content: flex-start;

  margin: 0.4rem 0 0.05rem 0;

}

.sjslb_sjs_list_right ul li{
  width: auto;
  height: 0.26rem;
  font-size: 0.22rem;
  border-right: 0.02rem solid #999999;
  padding-right: 0.24rem;
  box-sizing: border-box;
}

.sjslb_sjs_list_right ul li:last-child{
  text-align: left;
  padding-left: 0.24rem;

  box-sizing: border-box;

  border-right: none;

}

.sjslb_sjs_list_right p{

  width: 100%;

  height: 0.28rem;

  line-height: 0.26rem;

  font-size: 0.22rem;

  color: #666666;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  margin: 0.31rem 0 0.34rem 0;

}

.sjslb_sjs_list_right_bt,.sjslb_sjs_list_right_bt img{

  width: 3.85rem;

  height: 0.64rem;

  display: block;

}
.sjslb_sjs_list_right_sjs{
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  position: relative;
}
.sjslb_sjs_list_right_sjs .sjsname{
  height: 100%;
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: bold;
  display: inline-block;
}





















.zhezhao{

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

}

.tanchuang{

  width: 6.06rem;

  height: 5.54rem;

  background: url('../images/4.1.png') no-repeat;

  background-size: auto 100%;

  background-position-x: center;

  margin-top: -1px;

  /* padding-top: 2.2rem; */

  box-sizing: border-box;

  position: fixed;

  top: 50%;left: 50%;

  margin-top: -2.77rem;

  margin-left: -3.03rem;

  display: none;

  z-index: 99;

}

.tanchuang_off{

  width: 0.54rem;

  height: 0.54rem;

  border-radius: 50%;

  position: absolute;

  /* top: -0.15rem;right: -0.3rem; */

}

.tanchuang_a,.tanchuang_b,.tanchuang_bt{

  width: 5.32rem;

  height: 0.77rem;

  margin: 0 auto;

  margin-bottom: 0.18rem;

}

.tanchuang input{

  width: 100%;

  height: 100%;

  display: block;

  background-color: #e8e8e8;

  font-size: 0.2rem;

  color: #878787;

  padding-left: 0.23rem;

  box-sizing: border-box;

  border-radius: 0.16rem;

}

.tanchuang_bt img{

  width: 100%;

  height: 100%;

}



.header{width:100%;height:45px;background:#fff;position:relative}

.ha_index{width:25px;height:20px;position:absolute;top:13px;left:.5rem}

.ha_index img{width:100%;height:100%}

.he_dao{width:25px;height:20px;position:absolute;right:9px;top:13px;}

.he_dao img{width:100%;height:100%}

.he_logo{width:100px;position:absolute;left:0;right:0;margin:auto;top:10px;font-size:.45rem;text-align:center}

.he_logo img{width:100%;height:100%}

#a_box a,#b_box a{

  display: block;

  width: 100%;

  height: 100%;

}



.footer{

  width: 100% !important;

  height: 13vw !important;

  padding: 0px !important;

}

.fon_text{

  width: 100%;

  height: 100%;

  padding: 0px !important;

  background: none;

}

input::-webkit-input-placeholder {

  color: #6c6c6c !important;

}

input::-moz-input-placeholder {

  color: #6c6c6c !important;

}























