#room_info {
	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_info .wrap {
	display: table-cell;
	vertical-align: middle;
}
#room_info h2 {
	margin-bottom: -17px;
}
#room_info .info {
	background-color: #fff;
	padding: 32px 0 0 0;
	overflow: hidden;
}
#room_info .info .title {
	font-size: 20px;
	font-weight: bold;
	color: #126dc9;
	margin-bottom: 6px;	
	text-decoration: underline;
}
#room_info .info .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 50px;
}
#room_info .info .more {
	font-size: 18px;
	color: #fff;
	background-color: #163e72;
	display: inline-block;
	width: 19%;
	padding: 1% 0;
	float: right;
	transition: all 0.4s;
}
#room_info .info .more img {
	margin-left: 5%;
	vertical-align: middle;	
}
#room_info .info .more:hover {
	background-color: #000;
}


.map_tab iframe{
    width: 100%;
    height: 65vh;
}








.reser_tab .p_reser {
	display: block;	
}
.reser_tab .m_reser {
	display: none;
	border: none;
	width: 160px;
	height: 35px;
	background-color: rgba(23,103,164,1);
	border-radius: 10px;
	margin: 2% auto 8%;
}
.reser_tab .m_reser a {
	color: #fff;
}
.reser_tab .refund_table {
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	width: 70%;
	margin: 2% auto 5%;
}
.reser_tab .refund_table tr {
	border-top: 1px solid #666;
}
.reser_tab .refund_table td,
.reser_tab .refund_table th {
	padding: 9px 4px; 
	border-right: 1px solid #666;
}
.reser_tab .text {
	margin-bottom: 5%;
}
.reser_tab .text3 {
	margin-bottom: 0;
}







@media (max-width: 1600px) { 
	#room_info .info .more {
		font-size: 16px;
	}
}
@media (max-width: 1280px) {
	#room_info .info .title {
		font-size: 16px;
	}
	#room_info .info .text,
	#room_info .info .more {
		font-size: 14px;
		line-height: 22px;
	}
}
@media (max-width: 768px) {
	#room_info h2 {
		display: none;
	}
	#room_info .info {
		text-align: left;
		padding: 3%;
	}
	#room_info .info .title {
		font-size: 14px;
	}
	#room_info .info .text {
		font-size: 12px;
		line-height: 19px;
		padding-bottom: 17px;
	}
	#room_info .info .more {
		float: none;
		width: 32%;
		text-align: center;
	}
	#room_info .info .more img {
		display: none;
	}
	.reser_tab .refund_table {
		width: 97%;
		font-size: 14px;
	}
	.reser_tab .refund_table td, 
	.reser_tab .refund_table th {
		padding: 1px;
	}
}
@media (max-width: 479px) {
	#room_info .info .more {
		font-size: 12px;
	}
	.reser_tab .p_reser {
		display: none;
	}
	.reser_tab .m_reser {
		display: block;
	}
	.reser_tab .refund_table {
		font-size: 12px;
	}
}