.popup_window{
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
}
.popup_content{
  position: relative;
  width: 6.06rem;
  height: 7.35rem;
  margin: auto;
}
.popup_img{
  width: 100%;
  height: 100%;
}
.popup_floor1{
  position: absolute;
  top: 3.64rem;
  left: .48rem;
  display: flex;
  font-size: .38rem;
  line-height: .53rem;
}
.floor1_bottom{
  top: 3.74rem !important;
}
.popup_floor1>img{
  width: .79rem;
  height: .35rem;
  margin: auto .15rem;
}
.popup_floor2{
  position: absolute;
  top: 4.36rem;
  left: .48rem;
  font-size: .28rem;
  line-height: .39rem;
}
.floor2_bottom{
  top: 4.56rem !important;
}
.popup_floor3{
  position: absolute;
  top: 5.24rem;
  left: .48rem;
  font-size: .22rem;
  line-height: .31rem;
  text-align: justify;
  color: #FF0000;
  margin-right: .48rem;
}
.popup_floor4{
  position: absolute;
  left: .53rem;
  bottom: .56rem;
}
.button1{
  width: 2.28rem;
  height: .78rem;
  border: 1px solid #FF8B04;
  border-radius: 1rem;
}
.button2{
  width: 2.28rem;
  height: .78rem;
  background-color: #FF8B04;
  border: 1px solid #FF8B04;
  border-radius: 1rem;
  color: #fff;
  margin-left: .43rem;
}