.box {
    /* background-color: rgba(220,220,220,1); */
  /* position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  display: block;
    width: 100%;
    padding: 100px 0;
}
:root {
    --bg-main-color: rgb(183, 129, 90);
}

.bg{
    background: url("../image/room/bg.png") repeat center center;
    /* mix-blend-mode: multiply; */
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
html{
    height: 100%;
}
body{
    /* background: url("../image/room/bg.png") repeat center center; */
    height: 100%;
    background-color: rgba(220,220,220,1);
}
::-webkit-scrollbar {
    width:0px;
    }
@media screen and (min-width:2800px) {
    .box {
       height: 145px;
    }
}
  
  @media screen and (min-width:3500px) {
    .box {
       height: 165px;
    }
}

.content {
    display: block;
    min-width: 1200px;
    width: 1200px;
    margin: 80px  auto;
    padding:54px 103px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    /* height: 894px;
    overflow: scroll; */
}

.content .roomList {
    position: relative;
    display: block;
    width: 468px;
    /* height: 310px; */
    float: left;
    margin-right: 38px;
    margin-bottom: 30px;
}
.content .roomList:nth-child(2n){
    margin-right: 0px;
}
.roomList .roomImg {
    display: block;
    width: 100%;
    height: 351px;
}

.roomList .float {
    position: absolute;
    display: block;
    width: 224px;
    height: 224px;
    left: 94px;
    bottom: 88px;

}

.content .roomList:nth-of-type(2n-1) .float .floatBg {
    background-color: rgba(115, 22, 27, 1);
    mix-blend-mode: multiply;
    display: block;
    width: 100%;
    height: 100%;
}

.content .roomList:nth-of-type(2n) .float .floatBg {
    background-color: rgba(1, 74, 56, 1);
    mix-blend-mode: multiply;
    display: block;
    width: 100%;
    height: 100%;
}

.float .floatText {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    color: rgba(186, 149, 96, 1);
}

.float .floatText .title {

    font-weight: 400;
    font-size: 18px;
    margin-bottom: 9px;
}

.floatText .text {
    font-size: 12px;
    line-height: 17px;
}

/* .more {
    position: absolute;
    width: 84px;
    height: 34px;
    background: #B29061;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    bottom: 10px;
    right: 15px;
    opacity: .9;
    cursor: pointer;
} */
.roomName{
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 10px;
    color: #3A3630;
}
.more img{
    display: block;
    width: 22px;
    height: 21px;
    margin: auto;
}
.body{
    position: relative;
   
}