



#room_view {
	background: url(/img/room/room_info_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;	
	display: table;
	font-size: 0;
	text-align: center;
}
#room_view h2 {
	background-color: #163e72;
	width: 340px;
	height: 100px;
	margin: 0 auto;
}
#room_view h2 img {
	position: relative;
	top: -26px;
}
#room_view .wrap {
	display: table-cell;
	vertical-align: middle;
}
#room_view .info {
	background-color: #fff;
	padding: 32px 0 0 0;
	position: relative;
}
#room_view .info .title {
	font-size: 20px;
	font-weight: bold;
	color: #529df1;
	margin-bottom: 6px;	
	text-decoration: underline;
}
#room_view .info .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
#room_view .info .text{
	padding-bottom: 2.5%;
}
#room_view .info .text span {
	color: #f00;
}
#room_view .info .reser {
	background-color: #529df1;
	width: 19%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#room_view .info .reser a {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
#room_view .info .reser img {
	vertical-align: middle;
	padding-left: 20%;
}
#room_view .info .reser:hover {
	background-color: #163e72;
}

.map_tab iframe{
    width: 100%;
    height: 50vh;
}


.yapen-header {
	display: none;
}
.reser_tab .m_reser {
	display: none;
	border: none;
	width: 160px;
	height: 35px;
	background-color: rgba(23,103,164,1);
	border-radius: 10px;
	margin: 0 auto 5%;
}
.reser_tab .m_reser a {
	color: #fff;
}
.reser_tab #p_reser {
	display: block;
}
.reser_tab #p_charge {
	border: none;
	width: 100%;
	height: 2000px;
	position: relative; 
	top: -230px;
}
.reser_tab .text2 {
	margin-bottom: 5%;
}
.refund_table {
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	margin: 0 auto 5%;
}
.refund_table tr {
	border-top: 1px solid #666;
}
.refund_table td,
.refund_table th {
	padding: 9px 20px; 
	border-right: 1px solid #666;
}





@media (max-width: 1600px) { 
	#room_view .info .reser img {
		display: none;
	}
}
@media (max-width: 1280px) { 
	#room_view .info .text {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 5.5%;
	}
	#room_view .info .title {
		font-size: 16px;
	}
	#room_view .info .reser {
		width: 120px;
		height: 45px;
		line-height: 45px;
	}
	#room_view .info .reser a {
		font-size: 14px;
	}
	.refund_table td,
	.refund_table th {
		padding: 9px 8px; 
	}

}
@media (max-width: 768px) { 
	#room_view {
		background: none;
		text-align: left;
		padding: 0 5%;
		margin-bottom: 5%;
	}
	#room_view h2 {
		display: none;
	}
	#room_view .info .title {
		font-size: 14px;
	}
	#room_view .info .text {
		margin-bottom: 2.5%;
		font-size: 12px;
		line-height: 19px;
	}
	#room_view .info .reser {
		position: static;
		text-align: center;	
		height: 40px;
		line-height: 40px;
	}
	#room_view .info .reser a {
		font-size: 12px;
	}
	
	.reser_tab .p_charge {
		height: 3200px;
	}
	.refund_table td,
	.refund_table th {
		padding: 7px 0; 
	}


}
@media (max-width: 479px) { 
	.reser_tab .p_charge {
		height: 3190px;
	}
	.reser_tab .p_reser {
		display: none;
	}
	.reser_tab .m_reser {
		display: block;
	}
	.refund_table {
		font-size: 10px;
	}
}