.room-bg{
  width: 100vw;
  height: 143.33vw;
  background: url(../images/room-bg.png)no-repeat;
  background-size: 100% 100%;
  position: relative;

}
.room-top-name{
  font-size: 14vw;
  font-weight: 700;
  color: #FCF7FE;
  text-align: center;
  text-shadow: 0.5vw 1vw 0.5vw #B87EDA;
  padding-top: 6vw;
}
.room-comm{
  width: 99vw;
  height: 17.6vw;
  line-height: 16vw;
  background: url(../images/room-comm.png)no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 13vw;
  text-align: center;
  font-size: 9vw;
  font-weight: 700;
  color: #FCF7FE;
  text-shadow: 0.5vw 1vw 0.5vw #B87EDA;
}
.room-face-box{
  text-align: center;
  margin-top: 12vw;
  >img{
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
  }
}
.room-user-name{
  color: #FCF7FE;
  font-size: 9vw;
  text-align: center;
  padding-top:6vw;
}
.room-ok{
  width: 97.6vw;
  height: 26.19vw;
  background: url(../images/room-btn.png)no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 8vw;
  font-weight: 700;
  color: #fff;
  line-height: 26.19vw;
  text-shadow: 0.5vw 1vw 0.5vw #B87EDA;
  margin-top: 1vw;
}
.room-bg-start{
  display: none;
}
.room-bg-over{
  width: 100vw;
  height: 143.33vw;
  background: url(../images/room-bg.png)no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.room-over-text{
  text-align: center;
  font-size: 14vw;
  font-weight: 700;
  color: #FCF7FE;
  text-shadow: 0.5vw 1vw 0.5vw #B87EDA;
  padding-top: 6vw;
}
.room-over-ul{
  margin-top: 2.5vw;
  height: 114.4vw;
  overflow: hidden;
  li{
    transition: 0.35s all;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 94.7vw;
    height: 24.7vw;
    background: url(../images/room-list.png)no-repeat;
    background-size: 100% 100%;
    margin-bottom: 4vw;
    line-height: 24vw;
    font-size: 8.5vw;
    color: #fff;
    text-indent: 8vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}