
body {
  font-family: PingFangSC-Regular;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
*{padding: 0; margin: 0;}
img {
  visibility: middle;
}

div {
  box-sizing: border-box;
}

li{list-style: none;}

.ziroom_box{
  position: fixed;
  left:50%;
  bottom: -100px;
  z-index: 9999;
  width: 100%;
  max-width: 650px;
  transform: translateX(-50%);
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  transition:all .2s ease-in;
  color: #fff;
  font-size: 14px;
}
.ziroom_box .slideImgList{
  background: rgba(0,0,0, 0.6);
  border-radius: 8px 8px 0 0;
  margin: 0 10px;
  height:230px;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  transition:all .2s ease-in;

}
.ziroom_box .slideTop{
 text-align: center;
 height: 4px;
 overflow: hidden;
 box-sizing: border-box;
 height: 20px;
 cursor: move;
 position: relative;
}
.ziroom_box .slideTop::after{
 background: rgba(255,255,255,.3);
 border-radius: 4px;
 width: 50px;
 height: 4px;
 margin: 0 auto;
 display: inline-block;
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 top: 8px;

}

.topBtns{
  display: flex;
  position: relative;
  overflow: hidden;
  height: 50px;
}
.topBtns::after{
  content: '';
  width: 100%;
  height: 1px;
  background:rgba(255, 255, 255, .07);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}


.topBtns .c{
  width: 50%;
  text-align: center;
  position: relative;
  padding:15px 0;
  font-size: 15px;
  cursor: pointer;
}
.topBtns .bor:after{
  content: '';
  width: 1px;
  height: 25px;
  background: rgba(255,255,255,.07);
  position: absolute;
  right: 0;
  top: 15px;
}
.canvasAni {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -24px;
  top: 2px;
  display: none;
}
.bodyPc .canvasAni {
right: -24px;
}

.topBtns .ai{
background:url(../images/icon_play.png) no-repeat left center/14px auto;
padding-left: 22px;
position: relative;
display: inline-block;
}
.topBtns .ai_close{
  background:url(../images/icon_pause.png) no-repeat left center/14px auto;
  padding-left: 22px;
}
.topBtns .house {
   background:url(../images/icon_renthouse.png) no-repeat left center/14px auto;
   padding-left: 22px;
}


.houseTab{
 position: relative;
 z-index: 99;
}
#bgShadow {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: 40px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  z-index: 99;
-moz-transition:all .2s ease-in;
-o-transition:all .2s ease-in;
transition:all .2s ease-in;
}
.houseTab .tabTit{
 height: 54px;
  overflow: hidden;
 width: 100%;
}
.houseTab .tabTit ul{
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 1;
   overflow: auto;
   width: 100%;
   height: 54px;
   -webkit-overflow-scrolling: touch;
   box-sizing: border-box;
   padding-left: 15px;
}
.houseTab .tabTit ul li{
  padding: 15px;
  text-align: center;
  flex-shrink: 0;
  cursor: pointer;
  color: rgba(255,255,255,.6);

}
.houseTab .tabTit ul li.active{
  color: #FF961E;
  position: relative;
}
.houseTab .tabTit ul li.active::after{
  content: "";
  width: 12px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 37px;
  background:#FF961E;
}
.houseTab .tabTitSort{
  padding: 0;
}
.houseTab .tabTitSort #tabTit{
  padding:0;
}
.houseTab  .tabTitSort li{
  width: 33%!important;
  padding: 15px 0!important;
}
.houseTab .tabCon{
  position: relative;
  z-index: 1;
}
.houseTab .tabCon .con{
  overflow: hidden;
  height: 100px;

  width: 100%;
  display: none;
}
.houseTab .tabCon .con ul{
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 1;
  overflow: auto;
  width: 100%;
  height: 110px;
  -webkit-overflow-scrolling: touch;
  padding-left: 12px;
}
.houseTab .tabCon .con ul li{
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  width: 90px;
  height: 60px;
  margin-right: 12px;

}
.houseTab .tabCon .con ul li.last{
  width: 20px;
}

.houseTab .tabCon .con ul li.active::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border:solid 1px #FF961E;
  box-sizing: border-box;
  border-radius: 2px;
}
.houseTab .tabCon .con ul li .img{
  width: 90px;
  height: 60px;
  overflow: hidden;
  border-radius: 2px;
}
.houseTab .tabCon .con ul li .img img{
   width: 90px;
   height: 60px;
   border-radius: 2px;
}
.houseTab .tabCon .con ul li{
  position: relative;
  display: block;
   border:solid 2px transform;
   border-radius: 2px;
   height: 60px;
}
.houseTab .tabCon .con ul li .txt{
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  width: 100%;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0 0 2px 2px;
  height: 20px;
  line-height: 20px;

}

.ziroom_box a.icon_audio {
  background:url(../images/icon_audio.png) no-repeat center center/100% 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: -40px;

}
.ziroom_box a.icon_audio_close {
  background:url(../images/icon_audio_close.png) no-repeat center center/100% 100%;
  width: 30px;
  height: 30px;

}


/*内部样式*/
.div_traffic{
  float: left;
}
.span_traffic_title{
  margin-left: 16px;
  position: relative;
}
.span_traffic{
  margin-right: 5px;
  margin-left: 40px;
  opacity: 0.6;
  font-family: PingFangSC-Regular,STXihei,Hiragino Sans GB;
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 12px;
}
.span_traffic_pc{
  margin-right: 5px;
  margin-left: 40px;
  opacity: 0.6;
  font-family: PingFangSC-Regular,STXihei,Hiragino Sans GB;
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 12px;
}
.span_m{
  opacity: 1;
  margin-left: -1px;
  font-family: PingFangSC-Regular,STXihei,Hiragino Sans GB;
  font-size: 10px;
  color: #FF961E;
  letter-spacing: 0;
  line-height: 12px;
}

/*公园样式1*/
.park_tips{
  float: left;
}
/*公园样式2*/
.span_park{
  opacity: 0.6;
  font-family: PingFangSC-Regular,STXihei,Hiragino Sans GB;
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 12px;
}
/*公园样式3*/
.span_park_m{
  opacity: 1;
  margin-left: 4px;
  font-family: PingFangSC-Regular,STXihei,Hiragino Sans GB;
  font-size: 10px;
  color: #FF961E;
  letter-spacing: 0;
  line-height: 12px;
}

/*标签竖线*/
.div_traffic:after{
  content: '';
  width: 1px;
  height: 26px;
  background: rgba(255,255,255,.12);
  position: absolute;
  right: 0;
  top: 11px;
  left: 37px;
}
