#roomList {
    min-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .room-header {
    padding: 0 310px 0 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 2px 8px #0000001a;
  }
  
  .logo {
    width: 37px;
    height: 37px;
    background: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .tip {
    padding-right: 105px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #98a0a3;
  }
  .room-main {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 160px;
    min-width: 1120px;
  }
  .title {
    color: #232c42;
    font-family: "PingFang SC Heavy";
    font-weight: 900;
    font-size: 28px;
    padding: 0 12px;
    white-space: nowrap;
  }
  .select-label {
    font-weight: 700;
    font-size: 16px;
    color: #232c42;
  }
  .el-button-1 {
    font-weight: 700 !important;
    color: #2371ff !important;
  }
  .room-footer {
    position: fixed;
    bottom: 0;
    padding: 0 310px 0 400px;
    width: 100%;
    flex-direction: column;
    /* height: 80px; */
    background: #fff;
    /* box-shadow: 0 2px 8px #0000001a; */
  }
  .pagination {
    padding: 18px 30px 30px 30px;
  }
  .foot-underline {
    width: 100%;
    height: 0;
    background: transparent;
    border: 1px solid #ecf2f6;
  }
  .company {
    padding: 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1px;
    color: #98a0a3;
    white-space: nowrap;
  }


  .pd15 {
    padding: 5px 15px;
  }
  .list-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .list-item {
    position: relative;
    width: 360px;
    /* height: 421px; */
    border-radius: 8px;
    border: 1px solid #ecf2f6;
    box-sizing: border-box;
    overflow: hidden;
    margin: 10px 5px;
  }
  .describebox {
    font-family: "Microsoft YaHei Bold";
    font-weight: 700;
    font-size: 16px;
    color: #232c42;
  }
  .tagPad {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .infobox {
    height: 18px;
    font-weight: 300;
    font-size: 13px;
    color: #98a0a3;
  }
  .pricetbox {
    justify-content: end;
    color: #fc4022;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .pricetbox span {
    color: #fc4022;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .positionbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 29px;
    border-radius: 8px 0;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background: #2371ff;
  }
  .pd10 {
    padding: 10px 0;
  }
  .el-button-1 {
    font-weight: 700 !important;
    color: #2371ff !important;
    background: #eee;
    border-radius: 30px;
  }
  .select-label {
    font-weight: 700;
    font-size: 16px;
    color: #232c42;
    margin-right: 20px;
  }
  .pd10 .button{
    display: flex;
  }
  .pd10 .button div{
    margin-right: 20px;
    padding: 6px 19px;
    cursor: pointer;
  }
  .pd10 .button div:hover{
    border-radius: 30px;
    background: #eee;
  }