body {
  background: #fff;
  color: #000;
  padding: 0;
  margin: 0;
}
a {
  color: #000;
}
#btn {
  position: absolute;
  top: 20px;
  right: 5%;
  width: 120px;
  height: 120px;
  margin: 0;
  border-radius: 60px;
  transform: rotateX(0deg);
}
#btn1 {
  margin: 10px;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: aliceblue;
  transform: rotate(0deg);
}
.loudongpop {
  position: fixed;
  width: 268px;
  height: auto;
  background-color: #ffffffe8;
  border-radius: 10px;
  top: 60px;
  left: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.19);
  padding: 13px;
  line-height: 32px;
  background: linear-gradient(to bottom, #90b7ffc4, #ffffff, #fffffff2, #ffffffd6) !important;
}
.loudongpop .ld_top {
  width: 100%;
  margin: 0 10px;
}
.loudongpop .ld_top .houseName {
  font-size: 26px;
  font-weight: bold;
}
.loudongpop .ld_top .houseInfo {
  font-size: 14px;
  color: #666666;
}
.loudongpop .houselist {
  width: 100%;
  margin-top: 2px;
}
.loudongpop .houselist .houselisttitle {
  font-size: 14px;
  font-weight: bold;
  color: #6e6e6e;
  line-height: 33px;
  margin: 0 10px;
}
.loudongpop .houselist .houselistclass {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #faebd787;
  border-bottom: 1px solid #fff1d8;
  padding-bottom: 5px;
  padding-top: 5px;
  background: linear-gradient(to bottom, #f3f3f3, #ffffff) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.loudongpop .houselist .houselistclass .danyunTabs {
  background-color: #ffffff80;
  padding: 0px 10px;
  border-radius: 4px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
  color: #060606;
  border-bottom: 1px solid #e1e1e1;
}
.loudongpop .houselist .houselistclass .on {
  background-color: #ff5346 !important;
  color: white !important;
}
.loudongpop .houselist .houselistallitems::-webkit-scrollbar-track-piece {
  background: #EEEEEE;
  border-radius: 4px;
}
.loudongpop .houselist .houselistallitems::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.loudongpop .houselist .houselistallitems::-webkit-scrollbar-thumb {
  background: #8ba6e0;
  border-radius: 4px;
}
.loudongpop .houselist .houselistallitems {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 10px;
  max-height: 450px;
  overflow-y: auto;
}
.loudongpop .houselist .houselistallitems .louceng {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f3f3f3;
}
.loudongpop .houselist .houselistallitems .louceng .lcname {
  font-size: 12px;
  width: 57px;
  color: #ccc;
}
.loudongpop .houselist .houselistallitems .louceng .loucenghouselist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.loudongpop .houselist .houselistallitems .louceng .loucenghouselist .hitem {
  background-color: #eeeeeeb7;
  padding: 0px 7px;
  border-radius: 4px;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 26px;
}
.loudongpop .houselist .houselistallitems .louceng:last-child {
  border-bottom: 0px;
}
