#block{
	width: 1200px;
	height: 780px;
	margin:-100px auto;
	position: relative;
	z-index: 99;
	border: 3px solid #c0c0c0;
}
.Room{
    position: absolute;
    top: 5%;
    left: 3.0%;
    right: 10px;
    bottom: 10px;
    background-color: rgba(245,102,108, 0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    display: flex;
}
.Room:hover{
   
    opacity: 1;
}
.Room_info{
	position: fixed;
	width: 151px;
	height: 80px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
    z-index: 9999;
    border-radius: 10px;
    margin-top: 110px;
    margin-left: 110px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    display: none;
}
.Room_info_tex{
	margin-top: 63px;
	position: absolute;
	font-size: 13px;
	width: 100%;
	text-align: center;
	color: #f4656b;
	display: none;
}
b{
	font-weight: normal;
}
.Room_info img{
	position: absolute;
    margin-top: 80px;
    width: 35px;
    margin-left: 57px;
}
.Room_info_text{
	width: 90%;
	margin-left: 5%;
	border-bottom: 1px solid rgba(0,0,0, 0.2);
	height: 28px;
	position: absolute;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	color: #f4656b;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
}
.Room_info_text_bottom{
	width: 90%;
	margin-left: 5%;
	height: 27px;
	position: absolute;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-top: 45px;
	color: #000;
	border: none
}
.Room_info_text_bottom>b{
	font-weight: bold;
}
.floor{
	width: 100%;
	text-align: center;
	position: absolute;
	font-size: 30px;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: 700;
	top: -50px;
	color: #fff;
}
.go-back {
    font-size: 20px;
    align-items: center;
    justify-content: center;
    left: 1%;
    margin-top: 300px;
    position: absolute;
    color: #fff;
    z-index: 99;
    background-color: #f4656b;
    padding:5px 10px;
    border-radius: 5px;
    border: 2px solid #f4656b;
}
.go-back:hover{
    background-color: transparent;
    color: #fff;
}

.sdsi {
    font-size: 24px;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}
.go-back:hover .sdsi{
	margin-left: 5px;
	padding-right: 5px;
	color: #fff;
}
.baner_ul{
	width: 107px;
	background-color: #fff;
	position: absolute;
	right: 1%;
	margin-top: 300px;
	list-style: none;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
	
}
.baner_ul a li{
	width: 85px;
	height: 23px;
	background-color: #e8e8e8;
	border:1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
	border-radius: 50px;
	font-size: 12px;
	text-align: center;
	margin: 10px;
	line-height: 23px;
	color: #363636;
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.baner_ul a li:hover{
	opacity: 0.6;
	border:1px solid #f4656b;
	
}
.Sold{
	position: absolute;
	color: #fff;
	font-size: 15px;
	z-index: 99;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: 700;
	transform: rotate(-36deg);
}
@media (max-width: 1500px) {
	#block{
		width: 1000px;
		height: 650px;
	}
}
.baner_ul,.go-back{
	    margin-top: 200px !important;
}


.sdfsdfsd{
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	width: 400px;
}
.sdfsdfsd pre{
	margin: auto;
}

@media (max-width: 1300px) {
		#block{
	width: 800px;
	height: 520px;
}
}
@media (max-width: 1200px) {
		#block{
	width: 700px;
	height: 420px;
}
}
@media (max-width: 1000px) {
footer{
	margin-top: 924px;
}
}

