.main-right .right-top li {
  width: 232px;
  height: 60px;
}

.main-right .right-top {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 12px;
}

.main-right .right-top li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-right .right-top li:nth-of-type(1) {
  background: url('../images/zoushu.png') 0 0 no-repeat;
}

.main-right .right-top li:nth-of-type(2) {
  background: url('../images/yudingshu.png') 0 0 no-repeat;
}

.main-right .right-top li:nth-of-type(3) {
  background: url('../images/weixiushu.png') 0 0 no-repeat;
}

.main-right .right-top li:nth-of-type(4) {
  background: url('../images/yizhushu.png') 0 0 no-repeat;
}

.main-right .right-top li .icon {
  display: block;
  height: 58px;
  width: 60px;
  margin-right: 10px;
}

.main-right h2 {
  background-color:white;
    font-size: 24px;
  font-weight: 600;
}

.main-right .right-top li h4 {
  font-size: 24px;
  font-weight: 600;
}

.main-right .right-top li p {
  font-size: 14px;
}

.main-right .right-top li:nth-of-type(1) .icon {

  background: url('../images/fangjiandaqianx.png') -6px -5px no-repeat;
  background-size: 61px;
}

.main-right .right-top li:nth-of-type(2) .icon {

  background: url('../images/kongfangjian.png') 3px 5px no-repeat;
  background-size: 42px;
}

.main-right .right-top li:nth-of-type(3) .icon {

  background: url('../images/weixiu.png') 0 0 no-repeat;
  background-size: 48px;
}

.main-right .right-top li:nth-of-type(4) .icon {
  background: url('../images/fangjian.png') -4px -2px no-repeat;
  background-size: 58px;
}

.right-table {
  margin-bottom: 30px;
}

.right-table table {
  width: 100%;
  text-align: center;
  background: #fff;
}

.right-table table thead {
  background: #d4ecff;
  color: #333;
}

.right-table table thead tr {
  height: 40px;
  font-weight: 700;
}

.right-table tbody tr {
  border-bottom: 1px solid #f3f3f3;
  height: 35px;
}

.right-table tbody tr td {
  border-right: 1px solid #f3f3f3;
  box-sizing: border-box;
  color: #333333;
  font-size: 14px;
}

.right-table tbody tr td:last-child {
  border-right: 0;
}

.right-table tbody tr .bold {
  font-weight: 700;
}

.right-table tbody tr .bcolor{
  color: #0c87e9;
  cursor: pointer;
}

/* 弹窗 */

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
}

.dialog {
  position: absolute;
  width: 973px;
  left: 50%;
  top: 765px;
  transform: translateX(-50%);
  background: #fff;
  z-index: 10001;
  font-size: 14px;
  padding: 25px;
  box-sizing: border-box;
  display: none;
}

.dialog-header {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.dialog-header .close-btn {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px;
  box-sizing: border-box;
  cursor: pointer;
}

.dialog-header .close-btn i {
  display: block;
  width: 14px;
  height: 14px;
  background: url('../images/close.png') 0 0 no-repeat;
  background-size: 14px;
}

.dialog-body h3 {
  font-size: 18px;
  margin: 24px 0 11px;
}

.dialog-body h3 i {
  display: inline-block;
  width: 13px;
  height: 18px;
  background: url('../images/li.png') 0 0 no-repeat;
  margin-right: 5px;
}

.dialog-body .flat-detail table {
  width: 100%;
  border-right: 1px solid #fafafa;
}

.dialog-body .flat-detail th {
  width: 320px;
  height: 50px;
  background: #fafafa;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-weight: 700;
  color: #333;
}

.dialog-body .flat-detail tr:nth-of-type(1) th {
  border-top: 1px solid #fafafa;

}

.dialog-body .flat-detail tr:last-child th {
  border-bottom-color: #fafafa;

}

.dialog-body .flat-detail td {
  background: #fff;
  border-bottom: 1px solid #fafafa;
  padding-left: 32px;
  color: #333;
}

.dialog-body .flat-detail tr:nth-of-type(1) td {
  border-top: 1px solid #fafafa;

}

.dialog-body .flat-detail tr .special-color {
  color: #c4c4c4;
}

.pic-list ul {
  display: flex;
  justify-content: space-around;
  padding: 16px 30px;
  background: #fafafa;
}

.pic-list ul img {
  width: 150px;
  height: 150px;
}

.room-table-header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.room-table-header .floor {
  width: 50px;
  text-align: center;
  border-right: 1px solid #fff;
}

.room-table-header div {
  display: flex;
}

.room-table-header h4 {
  margin-left: 200px;
  font-size: 16px;
}

.room-table-header p {
  margin-right: 12px;
}

.room-table-header p i {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.room-table table th {
  background: #d3d3d3;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 14px;
}

.room-table table td {
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 12px;
}

.room-table table {
  border-color: #fff;
  text-align: center;
  border: 1px solid #fff;
}

.room-table-content {
  background: #fafafa;
}

