.bg-en{
  .act-room-bg2{
    background: url(../images/en/act-room-bg2.png)no-repeat;
    background-size: 100% 100%;

  }
}

.act-room-bg{
  width: 10rem;
  height: 5.577rem;
  background: url(../images/act-room-bg.png)no-repeat;
  background-size: 100% 100%;
  .act-p1{
    text-indent: 1.2rem;
    font-size: 0.8rem;
    color: #fff;
    padding-top: 1rem;
    span{
      color: #FFF337;
    }
  }
  .act-p2{
    text-indent: 1.2rem;
    font-size: 0.8rem;
    color: #fff;
    padding-top: 0.3rem;
    span{
      color: #FFF337;
    }
  }
}

.act-room-bg2{
  width: 10rem;
  height: 5.577rem;
  background: url(../images/act-room-bg2.png)no-repeat;
  background-size: 100% 100%;
  >p{
    display: none;
  }
}